/*
Theme Name: Fysiotherapie Boon
Description: Hello Elementor child theme. Vormgeving loopt via Elementor-variabelen en global classes.
Template: hello-elementor
Version: 1.0.0
Text Domain: fysio-boon
*/

/* Zichtbare focus voor toetsenbordgebruikers; Elementor slaat :focus-visible niet op in classes. */
:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
	outline: 3px solid var(--color-ink, #1C2224);
	outline-offset: 3px;
}

/* Iconen erven de tekstkleur van hun container. */
.e-svg-base svg {
	width: 100%;
	height: 100%;
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

/* De Theme Builder-header zelf sticky maken (het atomic element zit in deze wrapper). */
.elementor-location-header {
	position: sticky;
	top: var(--wp-admin--admin-bar--height, 0px);
	z-index: 50;
}
