.cookie-banner, .cookie-overlay { font-family: "Manrope", Arial, sans-serif; }
.cookie-banner[hidden], .cookie-overlay[hidden] { display: none !important; }
.cookie-banner { position: fixed; z-index: 1000; inset: auto 20px 20px; max-width: 1160px; margin-inline: auto; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 32px; border: 1px solid #47403a; background: #f4eee3; color: #161411; box-shadow: 0 18px 48px rgba(0,0,0,.24); }
.cookie-banner__copy { max-width: 600px; }
.cookie-banner h2, .cookie-panel h2 { margin: 0; font-family: "Newsreader", Georgia, serif; font-size: clamp(25px, 3vw, 34px); font-weight: 400; line-height: 1; letter-spacing: -.025em; }
.cookie-banner p, .cookie-panel > p:not(.cookie-panel__eyebrow) { margin: 10px 0 0; color: #58514a; font-size: 11px; line-height: 1.65; }
.cookie-actions { min-width: 390px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.cookie-button { min-height: 43px; padding: 9px 14px; border: 1px solid #161411; border-radius: 0; background: transparent; color: #161411; font: 600 10px/1.35 "Manrope", Arial, sans-serif; cursor: pointer; transition: background-color .2s ease, color .2s ease, border-color .2s ease; }
.cookie-button--equal { background: #161411; color: #f4eee3; }
.cookie-button--equal:hover, .cookie-button--save:hover { background: #ad613e; border-color: #ad613e; color: #fff; }
.cookie-button--text { grid-column: 1 / -1; min-height: 28px; border: 0; text-decoration: underline; text-underline-offset: 3px; }
.cookie-button--text:hover { color: #ad613e; }
.cookie-button:focus-visible, .cookie-panel__close:focus-visible, .cookie-toggle input:focus-visible, [data-cookie-settings]:focus-visible { outline: 2px solid #ad613e; outline-offset: 3px; }
.cookie-overlay { position: fixed; z-index: 1001; inset: 0; padding: 20px; display: grid; place-items: center; overflow-y: auto; background: rgba(11,10,9,.68); }
.cookie-panel { position: relative; width: min(100%, 590px); max-height: calc(100dvh - 40px); overflow-y: auto; padding: clamp(22px, 4vw, 38px); background: #f4eee3; color: #161411; box-shadow: 0 24px 70px rgba(0,0,0,.27); }
.cookie-panel__close { position: absolute; top: 14px; right: 18px; border: 0; background: none; color: #161411; font-size: 25px; line-height: 1; cursor: pointer; }
.cookie-panel__eyebrow { margin: 0 0 18px; color: #ad613e; font-size: 9px; font-weight: 600; letter-spacing: .17em; }
.cookie-category { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(22,20,17,.18); }
.cookie-category:first-of-type { margin-top: 14px; border-top: 1px solid rgba(22,20,17,.18); }
.cookie-category h3 { margin: 0; font-size: 12px; font-weight: 600; }
.cookie-category p { max-width: 390px; margin: 6px 0 0; color: #58514a; font-size: 10px; line-height: 1.55; }
.cookie-category__always { flex: none; color: #69625a; font-size: 9px; white-space: nowrap; }
.cookie-toggle { flex: none; display: flex; align-items: center; gap: 8px; font-size: 9px; cursor: pointer; }
.cookie-toggle input { width: 16px; height: 16px; margin: 0; accent-color: #ad613e; cursor: pointer; }
.cookie-panel__actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 24px; }
.cookie-button--save { background: #f4eee3; }
@media (max-width: 760px) {
  .cookie-banner { inset: auto 10px 10px; display: block; padding: 20px; }
  .cookie-actions { min-width: 0; margin-top: 19px; }
  .cookie-panel__actions { grid-template-columns: 1fr 1fr; }
  .cookie-button--save { grid-column: 1 / -1; }
}
@media (max-width: 390px) {
  .cookie-category { align-items: flex-start; flex-direction: column; gap: 10px; }
}
