.cookie-banner[hidden], .cookie-feedback[hidden], [data-consent-open][hidden], [data-consent-placeholder][hidden], iframe[data-consent-src][hidden] { display: none !important; }
.cookie-banner { position: fixed; z-index: 10000; inset: auto 1.25rem 1.25rem; display: flex; align-items: center; gap: 2rem; max-width: 76rem; margin-inline: auto; padding: 1.5rem 1.75rem; color: #24211d; background: #fcfaf6; border: 1px solid #d9c8a8; border-radius: 1rem; box-shadow: 0 12px 60px #24211d33; max-height: calc(100dvh - 2.5rem); overflow-y: auto; }
.cookie-banner__copy { flex: 1; }
.cookie-banner .eyebrow { margin-bottom: .4rem; }
.cookie-banner h2, .cookie-dialog h2 { margin: 0 0 .65rem; font-size: 1.75rem; letter-spacing: -.035em; line-height: 1.2; }
.cookie-banner p:not(.eyebrow), .cookie-dialog p { margin-bottom: .65rem; font-size: .9rem; line-height: 1.6; }
.cookie-banner a, .cookie-dialog a, .form-footer p a { text-decoration: underline; text-underline-offset: .2em; }
.cookie-banner a { font-size: .83rem; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: .65rem; }
.cookie-banner > .cookie-actions { width: 15rem; flex-shrink: 0; }
.cookie-actions button { flex: 1 1 auto; min-height: 44px; padding: .7rem 1rem; border: 1px solid #94743d; border-radius: .5rem; background: #fcfaf6; color: #24211d; font-size: .85rem; font-weight: 600; cursor: pointer; }
.cookie-banner .cookie-actions button { width: 100%; }
.cookie-actions button:hover { background: #eee4d3; }
.cookie-actions button:focus-visible, .cookie-close:focus-visible, .cookie-settings-link:focus-visible, .cookie-category input:focus-visible { outline: 3px solid #70582c; outline-offset: 3px; }
.cookie-dialog { width: min(40rem, calc(100% - 2rem)); max-height: calc(100dvh - 2rem); padding: 1.6rem; border: 1px solid #d9c8a8; border-radius: 1rem; color: #24211d; background: #fcfaf6; overflow-y: auto; }
.cookie-dialog::backdrop { background: #102a31b3; }
.cookie-dialog__heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.cookie-close { flex-shrink: 0; display: grid; place-items: center; width: 44px; height: 44px; margin-top: -.5rem; border: 0; background: transparent; font-size: 1.75rem; cursor: pointer; }
.cookie-category { display: flex; justify-content: space-between; align-items: center; gap: 1.25rem; padding: 1rem 0; border-top: 1px solid #e8e0d4; }
.cookie-category__description { display: block; color: #686159; font-size: .85rem; line-height: 1.6; }
.cookie-category p { margin: .25rem 0 0; }
.cookie-category input { flex-shrink: 0; width: 1.5rem; height: 1.5rem; margin: .5rem; accent-color: #70582c; cursor: pointer; }
.cookie-required { flex-shrink: 0; font-size: .75rem; color: #52613b; }
.cookie-dialog__policy { padding-top: .8rem; border-top: 1px solid #e8e0d4; }
.cookie-settings-link { padding: 0; border: 0; background: none; color: inherit; font: inherit; cursor: pointer; text-decoration: underline; text-underline-offset: .2em; }
.cookie-feedback { position: fixed; z-index: 10001; bottom: 1rem; left: 50%; transform: translateX(-50%); width: max-content; max-width: calc(100% - 2rem); padding: 1rem 1.25rem; border: 1px solid #d9c8a8; border-radius: .6rem; background: #fcfaf6; color: #24211d; font-size: .85rem; box-shadow: 0 5px 25px #24211d22; }
.consent-video-placeholder { position: relative; height: 100%; min-height: 28rem; overflow: hidden; border-radius: inherit; }
.consent-video-placeholder > img { width: 100%; height: 100%; object-fit: cover; }
.consent-video-placeholder > div { position: absolute; inset: auto 0 0; display: grid; gap: .9rem; padding: 3rem 1.25rem 1.5rem; background: linear-gradient(transparent, #102a31 30%); }
.consent-video-placeholder p { margin: 0; color: #fff; font-size: .9rem; }
.consent-video-placeholder a { color: #fff; text-align: center; text-decoration: underline; font-size: .85rem; }
.standard-page h2 { margin-top: 2.25rem; font-size: 2rem; }
.standard-page a { text-decoration: underline; text-underline-offset: .2em; }
.standard-page table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.standard-page th, .standard-page td { padding: .8rem; border: 1px solid #e8e0d4; text-align: left; }
@media (max-width: 760px) {
  .cookie-banner { inset: auto .6rem calc(4.6rem + env(safe-area-inset-bottom)); display: block; padding: 1.15rem; max-height: calc(100dvh - 6rem); }
  .cookie-banner > .cookie-actions { width: auto; margin-top: 1rem; }
  .cookie-banner .cookie-actions button { width: auto; }
  .cookie-banner h2 { font-size: 1.5rem; }
  .cookie-dialog { padding: 1.2rem; }
  .cookie-dialog .cookie-actions { flex-direction: column; }
  .cookie-feedback { bottom: calc(4.6rem + env(safe-area-inset-bottom)); }
  .cookie-category { gap: .7rem; }
}

.consent-embed { height: 100%; width: 100%; border-radius: inherit; }
.cookie-settings-global { display: block; margin: 1rem auto; min-height: 44px; }
