body{margin:0;padding:0;font-family:"Libre Baskerville", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;inset:auto 0 0 0;z-index:1200;}
:root {
  --speed-base: ease;
  --tone-soft: #ddd8cd;
  --line-secondary: #26221e;
  --ink-soft: #f6f4ef;
}

.cookies .quote{max-width:1560px;margin:0 auto;padding:10px 2.49rem;background:linear-gradient(90deg,#3f6f63,#a8542a);border:1px solid color-mix(in srgb, currentColor 25%, transparent);border-radius:0.98rem 0.98rem 0 0;display:flex;align-items:center;justify-content:space-between;gap:2.6rem;flex-wrap:wrap;color:#f6f4ef;}
.cookies .quote p{margin:0;}
.cookies .compact-header{display:flex;gap:8px;flex-wrap:wrap;}
.cookies .compact-header button{border:1px solid color-mix(in srgb, currentColor 28%, transparent);background:color-mix(in srgb, currentColor 12%, transparent);color:inherit;border-radius:0.31rem;padding:7px 10px;cursor:pointer;}
.cookies .compact-header button.cookie-accept{background:var(--ink-soft);color:var(--line-secondary);}
