.cookie-consent { position: fixed; inset: 0; z-index: 10050; pointer-events: none; }
.cookie-consent.is-open { pointer-events: none; }
.cookie-consent [hidden] { display: none !important; }
.cookie-consent__banner,
.cookie-consent__settings { position: absolute; left: 22px; bottom: 22px; width: min(430px, calc(100vw - 32px)); background: #111513; color: #fff; box-shadow: 0 18px 55px rgba(0, 0, 0, .28); pointer-events: auto; }
.cookie-consent__banner { padding: 25px; }
.cookie-consent__eyebrow { margin: 0 0 8px; color: #91a49a; font: 700 9px/1.4 "Open Sans", sans-serif; text-transform: uppercase; }
.cookie-consent h2 { margin: 0 0 10px; color: #fff; font: 400 25px/1.15 "Dosis", sans-serif; letter-spacing: 0; text-transform: uppercase; }
.cookie-consent p { margin: 0; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.65; }
.cookie-consent a { color: #fff; text-decoration: underline; }
.cookie-consent__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 20px; }
.cookie-consent__button { min-height: 42px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.4); background: transparent; color: #fff; font: 700 9px/1.2 "Open Sans", sans-serif; text-transform: uppercase; }
.cookie-consent__button:hover,
.cookie-consent__button:focus { border-color: #fff; background: rgba(255,255,255,.1); }
.cookie-consent__button--primary { background: #fff; color: #111513; }
.cookie-consent__button--primary:hover,
.cookie-consent__button--primary:focus { background: #dfe6e2; color: #111513; }
.cookie-consent__button--settings { grid-column: 1 / -1; min-height: 32px; border: 0; color: rgba(255,255,255,.68); text-decoration: underline; }
.cookie-consent__settings { max-height: calc(100vh - 32px); overflow: auto; padding: 28px; }
.cookie-consent__settings-head { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.cookie-consent__close { flex: 0 0 36px; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: transparent; color: #fff; font-size: 17px; }
.cookie-consent__category { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.16); }
.cookie-consent__category h3 { margin: 0 0 5px; color: #fff; font: 700 11px/1.4 "Open Sans", sans-serif; letter-spacing: 0; text-transform: uppercase; }
.cookie-consent__category p { font-size: 11px; }
.cookie-consent__toggle { position: relative; display: block; width: 40px; height: 22px; }
.cookie-consent__toggle input { position: absolute; opacity: 0; }
.cookie-consent__toggle span { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.45); border-radius: 20px; transition: .2s ease; }
.cookie-consent__toggle span::after { content: ""; position: absolute; top: 3px; left: 3px; width: 14px; height: 14px; border-radius: 50%; background: #fff; transition: .2s ease; }
.cookie-consent__toggle input:checked + span { border-color: #82c7a4; background: #2e7954; }
.cookie-consent__toggle input:checked + span::after { transform: translateX(18px); }
.cookie-consent__toggle input:focus + span { outline: 2px solid #fff; outline-offset: 2px; }
.cookie-consent__toggle input:disabled + span { opacity: .55; }
.cookie-consent__settings .cookie-consent__actions { grid-template-columns: 1fr; }

.consent-placeholder { display: grid; place-items: center; min-height: 280px; padding: 30px; background: #171918; color: #fff; text-align: center; }
.consent-embed { position: relative; width: 100%; height: 100%; }
.consent-embed iframe { display: none; width: 100%; height: 100%; border: 0; }
.consent-embed.is-allowed iframe { display: block; }
.consent-embed.is-allowed .consent-placeholder { display: none; }
.artwork-video .consent-placeholder { min-height: 100%; height: 100%; }
.consent-placeholder__inner { max-width: 430px; }
.consent-placeholder h3 { margin: 0 0 10px; color: #fff; font: 400 25px/1.2 "Dosis", sans-serif; letter-spacing: 0; text-transform: uppercase; }
.consent-placeholder p { margin: 0 0 18px; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.65; }

@media (max-width: 560px) {
    .cookie-consent__banner,
    .cookie-consent__settings { left: 16px; bottom: 16px; }
    .cookie-consent__banner { padding: 21px; }
    .cookie-consent__settings { padding: 22px; }
}
