/* Wider contact columns, stronger typography and a more compact footer logo. */
@media (min-width: 1361px) {
    .al-site-footer .al-footer-main {
        padding-right: 175px;
        grid-template-columns: 195px minmax(185px, 1.15fr) minmax(175px, 1fr) minmax(205px, 1.2fr) minmax(220px, 1.25fr);
    }

    .al-site-footer .al-footer-brand {
        width: 178px;
    }

    .al-site-footer .al-footer-contact,
    .al-site-footer .al-footer-contact:link,
    .al-site-footer .al-footer-contact:visited {
        padding-right: 17px;
        padding-left: 17px;
        font-size: 15px;
    }

    .al-site-footer .al-footer-contact[href^="tel:"],
    .al-site-footer .al-footer-contact[href^="mailto:"],
    .al-site-footer .al-footer-hours {
        white-space: nowrap;
    }
}

@media (min-width: 1051px) and (max-width: 1360px) {
    .al-site-footer .al-footer-main {
        padding-right: 0;
        grid-template-columns: 185px minmax(170px, 1.15fr) minmax(160px, 1fr) minmax(195px, 1.2fr) minmax(205px, 1.2fr);
    }

    .al-site-footer .al-footer-brand {
        width: 168px;
    }

    .al-site-footer .al-footer-contact,
    .al-site-footer .al-footer-contact:link,
    .al-site-footer .al-footer-contact:visited {
        padding-right: 12px;
        padding-left: 12px;
        font-size: 14px;
    }

    .al-site-footer .al-footer-contact[href^="tel:"],
    .al-site-footer .al-footer-contact[href^="mailto:"],
    .al-site-footer .al-footer-hours {
        white-space: nowrap;
    }

    .al-site-footer .al-footer-car {
        display: none !important;
    }
}

@media (min-width: 721px) and (max-width: 1050px) {
    .al-site-footer .al-footer-main {
        padding-right: 0;
        grid-template-columns: 180px minmax(0, 1fr) minmax(0, 1fr);
        row-gap: 15px;
    }

    .al-site-footer .al-footer-brand {
        width: 175px;
        grid-row: 1 / 3;
    }

    .al-site-footer .al-footer-contact,
    .al-site-footer .al-footer-contact:link,
    .al-site-footer .al-footer-contact:visited {
        font-size: 14px;
    }

    .al-site-footer .al-footer-contact[href^="tel:"],
    .al-site-footer .al-footer-contact[href^="mailto:"] {
        white-space: nowrap;
    }
}
