/* 1GO custom cookie consent. Brand-neutral, accessible, self-contained. */
.ocb{position:fixed;left:0;right:0;bottom:0;z-index:100000;display:flex;justify-content:center;
  padding:14px;pointer-events:none;font-family:"Open Sans",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif}
.ocb[hidden]{display:none}
.ocb__panel{pointer-events:auto;width:100%;max-width:680px;background:#fff;color:#0f2224;
  border:1px solid #e3ecec;border-radius:16px;box-shadow:0 16px 50px rgba(15,34,36,.25);
  padding:20px 22px;max-height:calc(100vh - 28px);overflow:auto}
.ocb__title{margin:0 0 6px;font-size:18px;font-weight:800;line-height:1.2}
.ocb__text{margin:0 0 14px;font-size:14px;line-height:1.55;color:#3d5152}
.ocb__text a{color:#006769;font-weight:600}
.ocb__actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}
.ocb__btn{appearance:none;border:0;cursor:pointer;font:inherit;font-weight:700;font-size:14px;
  padding:11px 18px;border-radius:10px;transition:background .15s ease,box-shadow .15s ease}
.ocb__btn--primary{background:#006769;color:#fff}
.ocb__btn--primary:hover{background:#004b4d}
.ocb__btn--ghost{background:#fff;color:#0f2224;border:1.5px solid #cfdcdc}
.ocb__btn--ghost:hover{border-color:#006769;color:#006769}
.ocb__btn:focus-visible{outline:3px solid #f28c18;outline-offset:2px}

.ocb__cats{list-style:none;margin:0 0 16px;padding:0;display:grid;gap:12px}
.ocb__cat{border:1px solid #eef3f3;border-radius:12px;padding:12px 14px;background:#f9fcfc}
.ocb__cat-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 4px;cursor:pointer}
.ocb__cat-name{font-weight:700;font-size:15px}
.ocb__always{font-size:12px;font-weight:700;color:#006769;background:rgba(0,103,105,.10);border-radius:20px;padding:3px 10px}
.ocb__cat-desc{margin:0;font-size:13px;color:#5b6f70;line-height:1.5}
/* toggle */
.ocb__switch{position:relative;display:inline-block;width:44px;height:26px;flex:0 0 auto}
.ocb__switch input{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer}
.ocb__slider{position:absolute;inset:0;background:#c7d2d2;border-radius:20px;transition:background .15s ease}
.ocb__slider::before{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .15s ease;box-shadow:0 1px 3px rgba(0,0,0,.25)}
.ocb__switch input:checked+.ocb__slider{background:#006769}
.ocb__switch input:checked+.ocb__slider::before{transform:translateX(18px)}
.ocb__switch input:focus-visible+.ocb__slider{outline:3px solid #f28c18;outline-offset:2px}

/* Re-open tab (after a choice is made) */
.ocb-reopen{position:fixed;left:14px;bottom:14px;z-index:9997;display:inline-flex;align-items:center;gap:7px;
  background:#fff;color:#0f2224;border:1px solid #e3ecec;border-radius:999px;padding:8px 14px;
  font-family:inherit;font-size:13px;font-weight:700;cursor:pointer;box-shadow:0 6px 18px rgba(15,34,36,.14)}
.ocb-reopen[hidden]{display:none}
.ocb-reopen:hover{border-color:#006769;color:#006769}
.ocb-reopen svg{color:#006769}
.ocb-reopen:focus-visible{outline:3px solid #f28c18;outline-offset:2px}

@media(max-width:520px){
  .ocb__actions{justify-content:stretch}
  .ocb__actions .ocb__btn{flex:1 1 auto}
  .ocb-reopen span{display:none}
  .ocb-reopen{padding:10px}
}

/* --- Interim suppression of the GTM-injected iubenda banner + US "Your Privacy Choices" widget --- */
#iubenda-cs-banner,.iubenda-cs-container,.iub-cs-banner,.iubenda-tp-btn,
[class^="iubenda-cs"],[id^="iubenda-cs"],
.iub__us-widget,.iub__us-widget__wrapper,[class^="iub__us-widget"]{display:none!important;visibility:hidden!important}
