/* Mano Consent banner */
#mano-consent-root[hidden]{display:none!important}
#mano-consent-root{position:fixed;inset:0;z-index:2147483600;font-family:'Quicksand',system-ui,sans-serif;color:#4a4a49}
#mano-consent-root .mc-overlay{position:absolute;inset:0;background:rgba(0,0,0,.45)}
#mano-consent-root .mc-modal{position:relative;margin:auto;top:50%;transform:translateY(-50%);max-width:480px;width:calc(100vw - 32px);background:var(--mc-bg);border-radius:8px;box-shadow:0 12px 40px rgba(0,0,0,.18);overflow:hidden;max-height:85vh;max-height:85dvh;display:flex;flex-direction:column}
#mano-consent-root .mc-accent-bar{height:4px;background:var(--mc-accent);flex:0 0 4px}
#mano-consent-root .mc-body{padding:24px;overflow-y:auto}
#mano-consent-root .mc-title{font-family:'Playfair Display',Georgia,serif;font-size:22px;font-weight:600;margin:0 0 12px;color:var(--mc-primary)}
#mano-consent-root .mc-text{font-size:15px;line-height:1.55;margin:0 0 20px}
#mano-consent-root .mc-link{color:var(--mc-link);text-decoration:underline}
#mano-consent-root .mc-actions{display:flex;gap:12px}
#mano-consent-root .mc-btn{flex:1;min-height:44px;padding:10px 14px;border-radius:4px;font:inherit;font-size:14px;cursor:pointer;border:1px solid var(--mc-primary);transition:opacity .15s}
#mano-consent-root .mc-btn:hover{opacity:.88}
#mano-consent-root .mc-btn-primary{background:var(--mc-primary);color:var(--mc-primary-text)}
#mano-consent-root .mc-btn-secondary{background:transparent;color:var(--mc-secondary-text)}
#mano-consent-root .mc-cats{list-style:none;padding:0;margin:0 0 20px}
#mano-consent-root .mc-cat{padding:10px 0;border-bottom:1px solid rgba(74,74,73,.12)}
#mano-consent-root .mc-cat:last-child{border-bottom:0}
#mano-consent-root .mc-cat label{display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:15px;gap:12px}
#mano-consent-root .mc-cat input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}
#mano-consent-root .mc-toggle{position:relative;display:inline-block;width:40px;height:22px;background:#cfcfca;border-radius:22px;transition:background .15s;flex:0 0 40px}
#mano-consent-root .mc-toggle::after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .15s}
#mano-consent-root .mc-cat input[type=checkbox]:checked + .mc-toggle{background:var(--mc-accent)}
#mano-consent-root .mc-cat input[type=checkbox]:checked + .mc-toggle::after{transform:translateX(18px)}
#mano-consent-root .mc-toggle-on{background:var(--mc-accent)}
#mano-consent-root .mc-toggle-on::after{transform:translateX(18px)}
#mano-consent-root .mc-toggle-disabled{opacity:.7}
@media (max-width:359px){
  #mano-consent-root .mc-actions{flex-direction:column}
  #mano-consent-root .mc-btn{width:100%}
}
@media (max-width:480px){
  #mano-consent-root .mc-body{padding:20px}
  #mano-consent-root .mc-text{font-size:14px}
}
.mano-consent-reopen{display:inline-block;padding:10px 18px;background:#4a4a49;color:#fff;border:none;border-radius:4px;font-family:'Quicksand',system-ui,sans-serif;cursor:pointer}
.mano-consent-reopen:hover{opacity:.9}
