.cm-legal-footer {
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 22px 0;
    margin-top: 50px;
    background: rgba(0,0,0,.14);
}

.cm-legal-footer__inner {
    width: min(1140px, calc(100% - 32px));
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    color: rgba(246,241,231,.72);
    font-size: .92rem;
}

.cm-legal-footer nav,
.cm-cookie-links {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.cm-legal-footer a,
.cm-cookie-links a {
    color: inherit;
    text-decoration: none;
}

.cm-legal-footer a:hover,
.cm-cookie-links a:hover {
    color: #f0d59a;
}

.cm-cookie-notice {
    position: fixed;
    left: max(16px, calc((100vw - 1140px) / 2));
    right: max(16px, calc((100vw - 1140px) / 2));
    bottom: 16px;
    z-index: 90;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    border: 1px solid rgba(217,181,107,.32);
    border-radius: 18px;
    background: rgba(10,14,22,.96);
    box-shadow: 0 18px 60px rgba(0,0,0,.38);
    padding: 16px;
    backdrop-filter: blur(16px);
    color: #f6f1e7;
}

.cm-cookie-notice.is-hidden {
    display: none;
}

.cm-cookie-notice strong {
    display: block;
    margin-bottom: 4px;
    color: #f0d59a;
}

.cm-cookie-notice p {
    margin: 0;
    color: rgba(246,241,231,.76);
    line-height: 1.45;
}

.cm-cookie-links {
    margin-top: 8px;
}

.cm-cookie-links a {
    color: #f0d59a;
    font-weight: 800;
}

#cmCookieAccept {
    border: 0;
    border-radius: 999px;
    padding: 11px 16px;
    background: #d9b56b;
    color: #111;
    font-weight: 900;
    cursor: pointer;
}

.cm-legal-page {
    padding: 44px 0 70px;
}

.cm-legal-layout {
    width: min(900px, calc(100% - 32px));
    margin: 0 auto;
}

.cm-legal-layout h1 {
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(2rem, 5vw, 3.4rem);
    line-height: 1;
    margin: 0 0 12px;
}

.cm-legal-layout h2 {
    font-family: "Space Grotesk", sans-serif;
    margin: 30px 0 10px;
}

.cm-legal-layout p,
.cm-legal-layout li {
    color: rgba(246,241,231,.76);
    line-height: 1.7;
}

.cm-legal-layout a {
    color: #f0d59a;
}

.cm-legal-updated {
    color: rgba(246,241,231,.58);
    margin-bottom: 28px;
}

.cm-legal-card {
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 22px;
    background: rgba(255,255,255,.05);
    padding: 22px;
}

@media (max-width: 720px) {
    .cm-cookie-notice {
        grid-template-columns: 1fr;
    }

    .cm-legal-footer__inner {
        display: grid;
    }
}
