body{margin:0;padding:0;font-family:"Rajdhani", sans-serif;}
*,*::before,*::after{box-sizing:border-box;}
:root {
  --ease-fast: cubic-bezier(0.16,1,0.3,1);
  --surface-light: #3A2E24;
  --line-deep: #F2E9DF;
}

.cookies {
    position: fixed;
    left: 2.07rem;
    right: 2.07rem;
    bottom: 1.5rem;
    z-index: 1200;
}
.cookies .simple-details {
    margin-left: auto;
    max-width: 440px;
    border-radius: 1.38rem;
    padding: 1.5rem 2.07rem;
    background: #C96F4A;
    color: #FFFFFF;
    box-shadow: 0 16px 26px rgba(0,0,0,0.06);
    border: 1px solid rgba(148, 163, 184, .35);
}
.cookies .steady-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.cookies .steady-nav strong {
    font-size: 16px;
}
.cookies .steady-nav button {
    border: 0;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 13px;
    cursor: pointer;
}
.cookies p {
    margin: 10px 0 0;
}
.cookies .contact-summary {
    margin-top: 14px;
    display: flex;
    gap: 8px;
}
.cookies .contact-summary button {
    flex: 1;
    border-radius: 0.34rem;
    border: 1px solid rgba(148, 163, 184, .45);
    padding: 9px 12px;
    color: #FFFFFF;
    background: rgba(51, 65, 85, .65);
    cursor: pointer;
}
.cookies .contact-summary button.cookie-accept {
    color: #FBF7F2;
    border-color: transparent;
    color: #2B211A;
    font-weight: 700;
}
@media (max-width: 760px) {
    .cookies .simple-details {
        max-width: none;
    }
}
