/* Footer bottom — legal links on red bar */
.main-footer__bottom__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px 0;
}

.main-footer__copyright {
    color: #ffffff;
}

.main-footer__legal-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-footer__legal-links a {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    opacity: 0.95;
    transition: opacity 0.3s ease;
}

.main-footer__legal-links a:hover {
    color: #ffffff !important;
    opacity: 1;
    text-decoration: underline;
}

/* Footer top — improve contrast on dark background */
.main-footer .footer-widget__about {
    color: rgba(255, 255, 255, 0.75);
}

.main-footer .footer-widget__links li,
.main-footer .footer-widget__links li a {
    color: rgba(255, 255, 255, 0.75);
}

.main-footer .footer-widget__links li a:hover {
    color: #ffffff;
}

.main-footer .footer-widget__info li:not(:first-child) .footer-widget__info__text,
.main-footer .footer-widget__info li:not(:first-child) .footer-widget__info__text a {
    color: rgba(255, 255, 255, 0.75);
}

.main-footer .footer-widget__info li:not(:first-child) .footer-widget__info__text:hover,
.main-footer .footer-widget__info li:not(:first-child) .footer-widget__info__text a:hover {
    color: #ffffff;
}

.main-footer .footer-widget__info li:first-child .footer-widget__info__text,
.main-footer .footer-widget__info li:first-child .footer-widget__info__text a {
    color: var(--cherito-black, #212226);
}

/* Legal pages */
.legal-page__updated {
    margin-bottom: 24px;
    color: rgba(33, 34, 38, 0.65);
    font-size: 15px;
}

.legal-page__content h3 {
    margin-top: 32px;
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.4;
    color: var(--cherito-black, #212226);
}

.legal-page__content h3:first-child {
    margin-top: 0;
}

.legal-page__content p,
.legal-page__content li {
    color: rgba(33, 34, 38, 0.85);
    line-height: 1.8;
}

.legal-page__content ul {
    margin-bottom: 16px;
    padding-left: 1.25rem;
}

.legal-page__content li + li {
    margin-top: 8px;
}

.legal-page__content a {
    color: var(--cherito-base, #E23B33) !important;
    text-decoration: underline;
    font-weight: 600;
}

.legal-page__content a:hover {
    color: var(--cherito-black, #212226) !important;
}

/* Donate form — keep interactive controls visible and clickable */
.donate-form .wow {
    visibility: visible !important;
}

.cherito-btn__hover {
    pointer-events: none;
}
