:root {
  --surface-primary: #f1ead6;
  --ease-slow: ease;
  --tone-secondary: #3a3a2a;
}

body{margin:0;padding:0;font-family:"Source Serif 4", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
footer,footer *{border-radius:0!important;}
.cookies {
    position: fixed;
    left: 2.08rem;
    right: 2.08rem;
    bottom: 1.5rem;
    z-index: 1200;
}
.cookies .simple-body {
    margin-left: auto;
    max-width: 440px;
    border-radius: 1.27rem;
    padding: 1.5rem 2.08rem;
    background: #5b6b2a;
    color: #fbf7ec;
    box-shadow: 0 10px 28px rgba(0,0,0,0.03);
    border: 1px solid rgba(148, 163, 184, .35);
}
.cookies .strong-service {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.cookies .strong-service strong {
    font-size: 16px;
}
.cookies .strong-service button {
    border: 0;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 13px;
    cursor: pointer;
}
.cookies p {
    margin: 10px 0 0;
}
.cookies .values {
    margin-top: 14px;
    display: flex;
    gap: 8px;
}
.cookies .values 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 .values button.cookie-accept {
    color: #fbf7ec;
    border-color: transparent;
    color: #2a2c1e;
    font-weight: 700;
}
@media (max-width: 760px) {
    .cookies .simple-body {
        max-width: none;
    }
}
