/* E-falt cookiebanner */
.ef-consent{
  position:fixed; left:0; right:0; bottom:0; z-index:99999;
  padding:16px 16px calc(16px + env(safe-area-inset-bottom, 0px));
  background:#ffffff; color:#1f2b2d;
  border-top:3px solid #2da59c;
  box-shadow:0 -6px 24px rgba(20,35,38,.15);
  font-family:"Efalt Noto Sans","Noto Sans","Segoe UI",system-ui,sans-serif;
  font-size:15px; line-height:1.55;
}
.ef-consent[hidden]{display:none !important}
.ef-consent__inner{max-width:1180px; margin:0 auto; display:flex; flex-wrap:wrap; align-items:center; gap:16px 32px}
.ef-consent__text{flex:1 1 420px; margin:0; max-width:75ch}
.ef-consent__text strong{color:#2a7064; font-size:1.05em}
.ef-consent__text a{color:#2a7064; text-decoration:underline}
.ef-consent__actions{display:flex; flex-wrap:wrap; gap:10px}
/* Beide knoppen even zichtbaar: weigeren is net zo makkelijk als accepteren */
.ef-consent__btn{
  appearance:none; margin:0; min-width:130px; padding:11px 20px;
  border:2px solid #2da59c; border-radius:4px;
  background:#2da59c; color:#ffffff;
  font-family:inherit; font-size:15px; font-weight:600; line-height:1.2; text-transform:none; letter-spacing:normal;
  cursor:pointer; box-shadow:none;
}
.ef-consent__btn:hover{background:#2a7064; border-color:#2a7064; color:#fff}
.ef-consent__btn:focus-visible{outline:3px solid #1f2b2d; outline-offset:2px}
@media (max-width:520px){.ef-consent__actions{width:100%}.ef-consent__btn{flex:1}}

.ef-cookie-link{appearance:none; background:none; border:0; padding:0; margin:0; color:inherit; font:inherit; text-decoration:underline; cursor:pointer}
