/* Auto-Luta unified header and footer branding. */
.al-header-logo.al-logo-is-new img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 88px;
    object-fit: contain;
    mix-blend-mode: normal !important;
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
}

.al-footer-logo {
    display: inline-flex;
    width: min(380px, 90%);
    margin: 8px 0 12px;
    align-items: center;
    text-decoration: none !important;
}

.art-footer .al-footer-logo img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain;
}

/* The previous logo is supplied by the existing footer5 Joomla module. */
.art-footer img[src*="logo3.png"] {
    display: none !important;
}

@media (max-width: 800px) {
    .al-header-logo.al-logo-is-new img {
        max-height: 70px;
    }

    .al-footer-logo {
        width: min(330px, 88%);
    }
}

@media (max-width: 520px) {
    .al-header-logo.al-logo-is-new img {
        max-height: 62px;
    }

    .al-footer-logo {
        width: min(280px, 86%);
        margin-top: 2px;
    }
}
