/**
 * Logo footer: cùng nguồn admin /admin/config/footer (uploads/all/)
 */
.site-footer .about-widget .logo img.footer-site-logo {
    max-width: 180px;
    width: auto;
    height: auto;
    max-height: 56px;
    object-fit: contain;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .site-footer .about-widget .logo img.footer-site-logo {
        max-width: 150px;
        max-height: 48px;
    }
}
