/*
Theme Name: astra-child
Template: astra
Version: 1.2.0
Description: Child theme van Astra (schema + performance patch)
Author: Michael Damen
Text Domain: astra-child
*/

/* Accessibility helper */
.screen-reader-text {
  position:absolute!important; width:1px; height:1px; margin:-1px; padding:0;
  overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0;
}

/* SureForms: foutmelding alleen tonen bij echte error-state */
.sureforms .sf-alert--error,
.sureforms .sf-error-global { display:none; }
.sureforms.sf-has-errors .sf-alert--error,
.sureforms.sf-has-errors .sf-error-global,
.sureforms.is-error .sf-alert--error,
.sureforms.is-error .sf-error-global { display:block; }

/* Kaartcontainers: stabiele hoogte zodat CLS/LCP niet lijden */
.leaflet-container, .bp-map, #map, #mapid {
  min-height: 360px;
  contain: layout paint; /* kleine perf boost */
}

