/* Community Level Styles */


:root {
    --hero-logo-width: clamp(220px, 38vw, 300px);
    --menu-logo-max-width: 300px;
    --footer-desktop-community-logo-width: 300px;
    --footer-mobile-community-logo-width: 240px;
    --animated-headline-button-bg-alt: var(--primary-base)!important;
}

.recaptcha-text a {
    color: var(--primary-base);
    transition: color .15s ease-in;
}

.recaptcha-text a:hover {
    color: var(--primary-hover);
}