/* AgentRank brand assets v2 */
.ar-brand-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    line-height: 0;
}

.ar-brand-logo,
.ar-brand-icon {
    display: block;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.ar-brand-logo--sm { max-height: 28px; }
.ar-brand-logo--md { max-height: 40px; }
.ar-brand-logo--lg { max-height: 52px; }
.ar-brand-logo--xl { max-height: 80px; }

.ar-brand-icon--sm { height: 28px; width: 28px; }
.ar-brand-icon--md { height: 36px; width: 36px; }
.ar-brand-icon--lg { height: 48px; width: 48px; }

.ar-sidebar-brand .ar-brand-logo--md {
    max-height: 44px;
}

.ar-sidebar-brand .ar-brand-link {
    padding: var(--ar-space-1) 0;
}

[data-theme="light"] .ar-brand-logo--theme-dark,
[data-theme="light"] .ar-brand-logo--on-dark.ar-brand-logo--theme-dark {
    display: none !important;
}

[data-theme="dark"] .ar-brand-logo--theme-light,
[data-theme="dark"] .ar-brand-logo--on-light.ar-brand-logo--theme-light {
    display: none !important;
}

/* Legado */
.ar-brand-logo--inverse { /* on-dark */ }
.ar-brand-logo--surface { /* on-light */ }

.ar-topbar-brand {
    display: none;
}

.ar-login-brand-panel {
    margin-bottom: var(--ar-space-6);
}

.ar-login-form-logo {
    display: flex;
    justify-content: center;
    margin-bottom: var(--ar-space-5);
}

.ar-executive-cover-logo {
    margin-bottom: var(--ar-space-4);
}

.ar-executive-cover-logo .ar-brand-logo--lg {
    max-height: 56px;
}

@media (max-width: 991.98px) {
    .ar-topbar-brand {
        display: inline-flex;
        margin-right: var(--ar-space-2);
    }

    .ar-topbar-brand .ar-brand-logo--sm {
        max-height: 28px;
    }
}
