/* carmo consent-gate 20260817 — toestemmingsbanner.
   Auto-geladen door de /^style/-regel in edify (get_template_part).
   VERSIENAAM VERPLICHT: Cloudflare cachet css ~24u (HIT) en de purge-stack van
   carmonl is dormant (token ontbreekt). Nooit in-place bewerken -> bij een
   wijziging een NIEUWE bestandsnaam (_v20260818) en deze dot-hernoemen. */

#carmo-cc{position:fixed;left:0;right:0;bottom:0;
  /* 99990, NIET 99999: stylesheet_checkout_confidence.css r.11 geeft
     #carmo-checkout-overlay ook 99999, en de banner wordt later in de DOM
     toegevoegd -> bij gelijke z-index wint de banner en legt zich over het
     betaal-overlay op checkout_confirmation. De betaalstap moet altijd winnen. */
  z-index:99990;background:#fff;color:#222;
  border-top:3px solid #ff6600;box-shadow:0 -2px 12px rgba(0,0,0,.25);
  padding:16px 20px;font:14px/1.5 Arial,Helvetica,sans-serif;
  display:flex;flex-wrap:wrap;gap:12px 24px;align-items:center;justify-content:space-between}
#carmo-cc .carmo-cc-txt{margin:0;flex:1 1 320px}
#carmo-cc .carmo-cc-txt a{color:#d24600;text-decoration:underline}
#carmo-cc .carmo-cc-opts{display:flex;gap:16px;flex:0 0 auto}
#carmo-cc .carmo-cc-opts label{cursor:pointer;white-space:nowrap}
#carmo-cc .carmo-cc-btns{display:flex;gap:8px;flex:0 0 auto}
#carmo-cc .carmo-cc-btn{font:inherit;min-height:44px;padding:10px 18px;cursor:pointer;
  border:2px solid #ff6600;background:#fff;color:#d24600;border-radius:3px}
#carmo-cc .carmo-cc-btn:hover{background:#ff6600;color:#fff}
#carmo-cc .carmo-cc-btn:focus{outline:2px solid #d24600;outline-offset:2px}

@media(max-width:767px){
  #carmo-cc{flex-direction:column;align-items:stretch;padding:12px 14px;
    /* De banner mag de checkout-CTA niet permanent afdekken op een telefoon:
       begrens de hoogte en laat de tekst scrollen i.p.v. de knoppen wegduwen. */
    max-height:60vh;overflow-y:auto}
  #carmo-cc .carmo-cc-btns{flex-direction:column}
  #carmo-cc .carmo-cc-btn{width:100%}
}
