/* Footer-only spacing and desktop alignment; popup safeguards are inline. */

#footer-widgets .footer-box.col-1 .footer-widget,
#footer-widgets .footer-box.col-2 .footer-widget {
    line-height: 1.8;
}

#footer-widgets .footer-box.col-3 .widget_media_image:not(:last-child) {
    margin-bottom: 20px;
}

/*
 * Cached pages created before the partner-logo alt fix still contain linked
 * images with alt="". Supply a visually hidden accessible name immediately;
 * regenerated pages receive the equivalent real alt text from functions.php.
 */
#media_image-5 > a::after,
#media_image-7 > a::after,
#media_image-9 > a::after {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

#media_image-5 > a::after {
    content: "Sticker Personnalisé, partenaire de M-Stickers";
}

#media_image-7 > a::after {
    content: "Albo dei Motociclisti, partenaire de M-Stickers";
}

#media_image-9 > a::after {
    content: "Namas, partenaire de M-Stickers";
}

@media only screen and (min-width: 960px) {
    #footer-widgets .footer-widgets-inner {
        display: flex;
        align-items: flex-start;
    }

    #footer-widgets .footer-box {
        float: none;
    }

    #footer-widgets .footer-box.col-1,
    #footer-widgets .footer-box.col-2 {
        display: flex;
        align-items: flex-end;
        min-height: 186px;
    }

    #footer-widgets .footer-box.col-1 .footer-widget,
    #footer-widgets .footer-box.col-2 .footer-widget {
        width: 100%;
        margin-bottom: 0;
    }
}
