/* Shared Lohana Samaj logo treatment across public, auth and dashboard layouts. */
.brand-mark,
.brand-logo,
.avatar.site-logo-frame,
.auth-logo.site-logo-frame {
    padding: 0 !important;
    border-radius: 50% !important;
    overflow: hidden;
    background: #ffffff !important;
    color: transparent !important;
    border: 1px solid rgba(245, 158, 11, 0.38);
    box-shadow: 0 2px 8px rgba(127, 29, 29, 0.2);
    flex: 0 0 auto;
}

.brand-mark {
    width: 60px !important;
    height: 60px !important;
}

.brand-logo {
    width: 58px !important;
    height: 58px !important;
}

.site-logo-image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
    transform: scale(1.02);
}

.avatar.site-logo-frame {
    width: 78px;
    height: 78px;
}

.auth-logo.site-logo-frame {
    width: 72px;
    height: 72px;
}

@media (max-width: 420px) {
    .brand-mark { width: 48px !important; height: 48px !important; }
    .brand-logo { width: 52px !important; height: 52px !important; }
}
