/* Brand assets: public/assets/brand/Logo.png (lg+), public/assets/brand/Mini Logo.png (below lg) */

.brand-img-responsive-lg,
.brand-footer-lg,
.admin-header-brand-lg {
    max-height: 48px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.brand-img-responsive-sm,
.brand-footer-sm,
.admin-header-brand-sm {
    max-height: 40px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.site-www-footer-logo--mini {
    filter: brightness(0) invert(1);
    opacity: 0.92;
    max-height: 34px;
}

.site-www-footer .brand-footer-lg,
.site-www-footer .brand-footer-sm {
    filter: brightness(0) invert(1);
    opacity: 0.92;
    display: inline-block;
}

.auth-brand-lg {
    max-height: 72px;
    width: auto;
}

.auth-brand-sm {
    max-height: 56px;
    width: auto;
}

.admin-header-brand {
    object-fit: contain;
}
