/* Site logo — transparent PNG, no blend tricks */
.site-logo-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 0;
    vertical-align: middle;
}

.site-logo-img {
    display: block;
    object-fit: contain;
    flex-shrink: 0;
}

/* Logo replaces letter "Q" boxes — drop gradient backgrounds */
.app-logo.site-logo-wrap,
.admin-brand-mark.site-logo-wrap,
.nav-logo.site-logo-wrap,
.logo-icon.site-logo-wrap,
.auth-brand-icon.site-logo-wrap,
.auth-side-logo-icon.site-logo-wrap {
    background: none !important;
    box-shadow: none !important;
    border-radius: 0;
    padding: 0;
    width: auto;
    height: auto;
    font-size: 0;
}

.site-logo-img--header {
    width: 36px;
    height: 36px;
}

.site-logo-img--nav {
    width: 32px;
    height: 32px;
}

.site-logo-img--auth {
    width: 52px;
    height: 52px;
}

.site-logo-img--admin {
    width: 44px;
    height: 44px;
}

.site-logo-img--footer {
    width: 28px;
    height: 28px;
}

.site-logo-img--card {
    width: 40px;
    height: 40px;
}
