.site-legal-footer {
    background-color: #ffffff;
    border-top: 1px solid #e2e8f0;
    padding: 34px 20px;
    text-align: center;
}

.site-legal-footer .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 22px;
    margin: 0 auto 18px;
}

.site-legal-footer .footer-links a {
    color: var(--cfn-dk-green, #0B8C38);
    font-weight: 800;
    text-decoration: none;
}

.site-legal-footer .footer-links a:hover,
.site-legal-footer .footer-links a.active {
    color: var(--cfn-green, #03A63C);
    text-decoration: underline;
}

.site-legal-footer .footer-address {
    color: #64748b;
    font-style: normal;
    line-height: 1.55;
    margin: 0 auto 12px;
    max-width: 720px;
}

.site-legal-footer .checkout-footer-footnotes {
    max-width: 900px;
    margin: 0 auto 18px;
    color: #64748b;
    font-size: 0.78rem;
    line-height: 1.55;
}

.site-legal-footer .checkout-footer-footnotes div + div {
    margin-top: 6px;
}

.site-legal-footer p {
    margin: 8px 0 0;
    color: #94a3b8;
    font-size: 0.9rem;
}
