html{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Nunito", sans-serif;}
*,*::before,*::after{box-sizing:inherit;}
:root {
  --line-muted: #232a24;
  --line-soft: #ffffff;
  --paint-light: #ddd7c6;
  --delay-panel: cubic-bezier(0.2,0.8,0.2,1);
}

a{color:inherit;}
footer,footer *{border-radius:0!important;}
.cookies {
    position: fixed;
    left: 1.57rem;
    right: 1.57rem;
    bottom: 1.5rem;
    z-index: 1200;
}
.cookies .soft-contact {
    margin-left: auto;
    max-width: 440px;
    border-radius: 1.09rem;
    padding: 1.5rem 1.57rem;
    background: #3f6b52;
    color: #f4f1e8;
    box-shadow: 0 16px 48px rgba(0,0,0,0.26);
    border: 1px solid rgba(148, 163, 184, .35);
}
.cookies .local-stack {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.cookies .local-stack strong {
    font-size: 16px;
}
.cookies .local-stack button {
    border: 0;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 13px;
    cursor: pointer;
}
.cookies p {
    margin: 10px 0 0;
}
.cookies .featured-callout {
    margin-top: 14px;
    display: flex;
    gap: 8px;
}
.cookies .featured-callout button {
    flex: 1;
    border-radius: 0.32rem;
    border: 1px solid rgba(148, 163, 184, .45);
    padding: 9px 12px;
    color: #ffffff;
    background: rgba(51, 65, 85, .65);
    cursor: pointer;
}
.cookies .featured-callout button.cookie-accept {
    color: #f7f4ec;
    border-color: transparent;
    color: #232a24;
    font-weight: 700;
}
@media (max-width: 760px) {
    .cookies .soft-contact {
        max-width: none;
    }
}
