.legal-disclosure {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.legal-disclosure h2 {
    margin: 0 0 0.8rem;
    color: rgba(255, 255, 255, 0.78);
    font-family: inherit;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.legal-disclosure p {
    max-width: none;
    margin: 0 0 0.75rem;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.75rem;
    line-height: 1.65;
}

.legal-disclosure p:last-child,
.cftc-disclosure-group p:last-child {
    margin-bottom: 0;
}

.legal-disclosure strong {
    color: rgba(255, 255, 255, 0.78);
}

.cftc-disclosure-group {
    margin: 1rem 0;
    padding: 0.85rem 1rem;
    border-left: 2px solid rgba(223, 194, 141, 0.7);
    background: rgba(255, 255, 255, 0.025);
}

.cftc-disclosure-group p {
    margin-bottom: 0.35rem;
}

.legal-footer-bottom nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.5rem 1rem;
}

.legal-footer-bottom a {
    color: inherit;
    text-decoration: none;
}

.legal-footer-bottom a:hover,
.legal-footer-bottom a:focus-visible {
    color: #dfc28d;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.site-footer .legal-disclosure,
.site-footer .legal-footer-bottom,
.footer .legal-disclosure,
.footer .legal-footer-bottom {
    width: min(1180px, calc(100% - 3rem));
    margin-right: auto;
    margin-left: auto;
}

.site-footer .legal-footer-bottom,
.footer .legal-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1.25rem;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.75rem;
}

@media (max-width: 760px) {
    .legal-disclosure p {
        font-size: 0.78rem;
        line-height: 1.7;
    }

    .legal-footer-bottom,
    .site-footer .legal-footer-bottom,
    .footer .legal-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .legal-footer-bottom nav {
        justify-content: flex-start;
    }
}
