/**
 * MIKA SERVICES — Why Work With Us band responsive + full-width layout
 * Scoped to the services why-us widget only.
 *
 * @package MikaServicesWidgets
 */

/* ── Full width layout (services why-us widget only) ────── */
.elementor-widget-mika-services-why-us:has(.mika-why-band--full-width) {
	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
}

.elementor-widget-mika-services-why-us .mika-why-band--full-width {
	width: 100% !important;
	max-width: 100% !important;
}

.elementor-widget-mika-services-why-us .mika-why-band--full-width .mika-container {
	max-width: min(1440px, 100%);
	width: 100%;
}

.elementor-editor-active .elementor-widget-mika-services-why-us:has(.mika-why-band--full-width),
.elementor-editor-preview .elementor-widget-mika-services-why-us:has(.mika-why-band--full-width) {
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.elementor-editor-active .elementor-widget-mika-services-why-us .mika-why-band--full-width,
.elementor-editor-preview .elementor-widget-mika-services-why-us .mika-why-band--full-width {
	width: 100% !important;
	max-width: 100% !important;
}
