/**
 * Tipografia footer globale — caricato dopo style.css e custom-footer.css
 * @see docs/typography-spec-public-pages.md
 * Regole duplicate in public-pages-typography.css per coerenza con le pagine pubbliche.
 */

.footer__section .footer__widget--title {
    font-size: 25px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
}

.footer__section .footer__widget--desc,
.footer__section .footer__widget--menu__text,
.footer__section .footer__widget--menu li a,
.footer__section .footer__widget--info__text,
.footer__section .footer__widget--info_list,
.footer__section .footer__widget--info_list a,
.footer__section .footer__widget--info_list p,
.footer__section .footer__copyright--text,
.footer__section .footer__copyright--link,
.footer__section .footer__bottom--link,
.footer__section .copyright__content,
.footer__section .copyright__content a,
.footer__section .footer__bottom--menu li a {
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.footer__section .footer__widget--info__text strong {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.footer__section .newsletter__subscribe--input,
.footer__section .newsletter__subscribe--input::placeholder,
.footer__section .newsletter__subscribe--button {
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.footer__section .newsletter__subscribe--button {
    font-weight: 700 !important;
}

.footer__section .footer__social--icon {
    font-size: 16px !important;
}

.footer__section .footer__bottom--separator {
    font-size: 16px !important;
    line-height: 1 !important;
    color: #ffffff !important;
}

.footer__section .footer__bottom--link,
.footer__section .footer__bottom--link:hover,
.footer__section .footer__bottom--link:focus {
    color: #ffffff !important;
}

@media (max-width: 767.98px) {
    .footer__section .footer__widget--title {
        font-size: 22px !important;
    }
}
