.site-logo {
    display: block;
    height: auto;
    width: auto;
    object-fit: contain;
}

.site-logo-header {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    box-shadow: 0 2px 10px rgba(7, 33, 21, 0.12);
    border: 2px solid rgba(224, 167, 35, 0.25);
}

.site-logo-sm {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}

.site-logo-md {
    height: 44px;
}

.site-logo-lg {
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}

.site-logo-footer {
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
}

.landing-logo {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.admin-topbar-brand .site-logo-header,
.admin-topbar-brand .site-logo-sm {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
}

.wizard-logo-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.login-brand-logo {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-brand-logo .site-logo-lg {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

@media (max-width: 576px) {
    .site-logo-header {
        width: 48px;
        height: 48px;
    }
}
