/* logo-tweaks.css — 由可视化微调面板生成，可随时删除本文件回滚 */
.footer > .footer-c .footer-brand .logo{
    align-items: center !important;
    gap: 60px !important;
}
.footer > .footer-c .footer-brand .logo img{
    height: 62px !important;
    width: auto !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
}
@media (max-width: 768px){
    .footer > .footer-c .footer-brand .logo img{
        height: 40px !important;
    }
}
