:root {
  --tone-primary: #d7d1c4;
  --line-warm: rgba(236, 231, 220, 0.12);
  --paint-primary: #182238;
  --line-dark: #b8792a;
  --paint-card: #ece7dc;
  --line-secondary: #d99a4a;
  --ease-soft: ease;
}

body{margin:0;padding:0;font-family:"Libre Baskerville", sans-serif;box-sizing:border-box;}
*,*::before,*::after{box-sizing:border-box;}
.cookies {
    position: fixed;
    left: 1.27rem;
    right: 1.27rem;
    bottom: 1.5rem;
    z-index: 1200;
}
.cookies .fresh-headline {
    margin-left: auto;
    max-width: 440px;
    border-radius: 1.35rem;
    padding: 1.5rem 1.27rem;
    background: var(--line-dark);
    color: #1a1305;
    box-shadow: 0 16px 34px rgba(0,0,0,0.04);
    border: 1px solid rgba(148, 163, 184, .35);
}
.cookies .quiet-headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.cookies .quiet-headline strong {
    font-size: 16px;
}
.cookies .quiet-headline button {
    border: 0;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 13px;
    cursor: pointer;
}
.cookies p {
    margin: 10px 0 0;
}
.cookies .secondary-view {
    margin-top: 14px;
    display: flex;
    gap: 8px;
}
.cookies .secondary-view button {
    flex: 1;
    border-radius: 0.38rem;
    border: 1px solid rgba(148, 163, 184, .45);
    padding: 9px 12px;
    color: #ffffff;
    background: rgba(51, 65, 85, .65);
    cursor: pointer;
}
.cookies .secondary-view button.cookie-accept {
    color: #0f1626;
    border-color: transparent;
    color: #ece7dc;
    font-weight: 700;
}
@media (max-width: 760px) {
    .cookies .fresh-headline {
        max-width: none;
    }
}
