/**
 * Services mirror page: tables & CTA (Elementor text-editor widget CSS is not in this export).
 */
.elementor-services-fallback .elementor-section .elementor-container {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.elementor-services-fallback table {
	width: 100%;
	background: #fff;
}

.elementor-services-fallback a.button {
	display: inline-block;
	padding: 12px 28px;
	background: #1e1e1e;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 2px;
	transition: background 0.2s ease, color 0.2s ease;
}

.elementor-services-fallback a.button:hover,
.elementor-services-fallback a.button:focus {
	background: #e56d37;
	color: #fff !important;
}

/* Nested tabs (services page): inactive panels must not stack when mirror JS omits Elementor handlers. */
.elementor-widget-n-tabs .e-n-tabs-content > [role="tabpanel"]:not(.e-active) {
	display: none !important;
}

.elementor-widget-n-tabs .e-n-tabs-content > [role="tabpanel"].e-active {
	display: flex !important;
}
