/**
 * 主题19 站点 Logo 尺寸
 */
:root {
    --theme19-nav-logo-max-h: 48px;
    --theme19-nav-logo-max-w: min(168px, 34vw);
    --theme19-footer-logo-max-h: 46px;
    --theme19-footer-logo-max-w: min(158px, 32vw);
}

@media (max-width: 991.98px) {
    :root {
        --theme19-nav-logo-max-h: 40px;
        --theme19-nav-logo-max-w: min(145px, 42vw);
        --theme19-footer-logo-max-h: 38px;
        --theme19-footer-logo-max-w: min(138px, 38vw);
    }
}

.header-logo a.main-logo img,
.header-logo a.stiky-logo img {
    max-height: var(--theme19-nav-logo-max-h) !important;
    height: auto !important;
    min-height: 0 !important;
    width: auto !important;
    max-width: var(--theme19-nav-logo-max-w) !important;
    object-fit: contain !important;
    object-position: left center;
}

.header-logo a.stiky-logo { display: none; }
.sticky-nav .header-logo a.main-logo { display: none !important; }
.sticky-nav .header-logo a.stiky-logo { display: inline-flex !important; align-items: center; line-height: 0; }
.header-logo a.main-logo { display: inline-flex; align-items: center; line-height: 0; }

.footer-logo img {
    max-height: var(--theme19-footer-logo-max-h) !important;
    height: auto !important;
    width: auto !important;
    max-width: var(--theme19-footer-logo-max-w) !important;
    object-fit: contain !important;
}

header img[src*="logo/img"], header img[data-src*="logo/img"],
header img[src*="resource/logo"], header img[data-src*="resource/logo"] {
    max-height: var(--theme19-nav-logo-max-h) !important;
    max-width: var(--theme19-nav-logo-max-w) !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

.header-logo img.lozad[data-src], .footer-logo img.lozad[data-src] {
    background: transparent !important;
    background-image: none !important;
}

.header-logo a img, .footer-logo img {
    background-color: transparent !important;
    background-size: auto !important;
}
