/*
Theme Name: Servio
Theme URI: https://pepitedesigns.com/
Author: Pepite Designs
Author URI: https://pepitedesigns.com/
Description: A polished, super-fast, conversion-focused WordPress theme for service businesses, agencies, contractors, and local professionals.
Version: 1.0.12
Requires at least: 6.4
Tested up to: 7.1
Requires PHP: 7.4
Text Domain: servio
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Copyright: 2026 Pepite Designs
Tags: custom-logo, custom-menu, featured-images, translation-ready, wide-blocks
*/

/*
Servio WordPress Theme, Copyright (C) 2026 Pepite Designs.
Servio is distributed under the terms of the GNU GPL, version 2 or later.
*/

/* WordPress-generated content alignment and state classes. */
.alignleft {
	float: left;
	margin: 0 1.5rem 1rem 0;
}

.alignright {
	float: right;
	margin: 0 0 1rem 1.5rem;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text,
.gallery-caption {
	color: #64748b;
	font-size: 0.875rem;
}

.sticky,
.bypostauthor {
	position: relative;
}

.wp-block-button.is-style-servio-accent-outline .wp-block-button__link {
	border: 2px solid currentcolor;
	background: transparent;
	color: var(--servio-accent, #b84e24);
}

.servio-block-callout {
	padding: clamp(2rem, 5vw, 4rem);
	background: var(--servio-surface, #f6f8fa);
}
