html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
body{margin:0;padding:0;font-family:"Playfair Display", sans-serif;}
.cookies {
    position: fixed;
    left: 2.11rem;
    right: 2.11rem;
    bottom: 1.5rem;
    z-index: 1200;
}
:root {
  --speed-base: ease;
}

.cookies .main-entries {
    margin-left: auto;
    max-width: 440px;
    border-radius: 1.12rem;
    padding: 1.5rem 2.11rem;
    background: #e2703a;
    color: #1a1c20;
    box-shadow: 0 28px 46px rgba(0,0,0,0.19);
    border: 1px solid rgba(148, 163, 184, .35);
}
.cookies .team-story {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.cookies .team-story strong {
    font-size: 16px;
}
.cookies .team-story button {
    border: 0;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 13px;
    cursor: pointer;
}
.cookies p {
    margin: 10px 0 0;
}
.cookies .strong-flow {
    margin-top: 14px;
    display: flex;
    gap: 8px;
}
.cookies .strong-flow button {
    flex: 1;
    border-radius: 0.33rem;
    border: 1px solid rgba(148, 163, 184, .45);
    padding: 9px 12px;
    color: #ffffff;
    background: rgba(51, 65, 85, .65);
    cursor: pointer;
}
.cookies .strong-flow button.cookie-accept {
    color: #22252a;
    border-color: transparent;
    color: #eceef1;
    font-weight: 700;
}
@media (max-width: 760px) {
    .cookies .main-entries {
        max-width: none;
    }
}
