/* Moumachi UI — footer page/component styles extracted from the original output.css. */
footer{--logo-text:#fff;--logo-mark-bg:#fff}

footer .social-link svg rect{transition:fill .2s}

footer .social-link svg path{transition:fill .2s,fill-opacity .2s}

footer .social-link:hover svg rect,footer .social-link.is-active svg rect{fill:var(--color-secondary)}

footer .social-link:hover svg path,footer .social-link.is-active svg path{fill:#0b0b0b;fill-opacity:1}

#appDownloadCta+.footer-overlap,
main:has(#appDownloadCta)+.footer-overlap{padding-top:14rem}

@media (min-width:640px){
#appDownloadCta+.footer-overlap,
main:has(#appDownloadCta)+.footer-overlap{padding-top:22rem}
}

@media (min-width:1024px){
#appDownloadCta+.footer-overlap,
main:has(#appDownloadCta)+.footer-overlap{padding-top:35rem}
}