/* Supplied Lefori symbol; existing interface typography carries the wordmark. */
img[src^="/brand/lefori-mark.svg"] {
    box-sizing: border-box;
    object-fit: contain;
    padding: 4px;
    background: #fff;
    border-radius: 0;
}
#loginScreen .enterprise-login-brand-icon,
#registrationScreen .enterprise-login-brand-icon {
    border-radius: 0;
    overflow: visible;
}
#loginScreen .enterprise-login-brand-logo,
.login-logo-top img[src^="/brand/lefori-mark.svg"],
.sidebar-logo img[src^="/brand/lefori-mark.svg"] {
    border-radius: 0;
    box-shadow: none;
    filter: none;
}
.lefori-wordmark {
    font-family: 'Outfit', 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: inherit;
}
.login-logo-top:has(.lefori-wordmark) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.login-logo-top:has(.lefori-wordmark) img {
    width: 56px;
    height: 56px;
}
#loginScreen .enterprise-login-brand:has(> .enterprise-login-brand-logo) {
    flex-direction: row;
    align-items: center;
    gap: 14px;
}
#loginScreen .enterprise-login-brand-logo {
    width: 48px;
    height: 48px;
}
.enterprise-login-brand .lefori-wordmark {
    color: #fff;
}
.lefori-mobile-brand {
    display: none;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}
.lefori-mobile-brand img {
    width: 40px;
    height: 40px;
}
@media (max-width: 900px) {
    .lefori-mobile-brand { display: flex; }
}
