.system-name-with-icon {
    display: inline-flex;
    align-items: center;
    gap: 0.34em;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    white-space: nowrap;
    vertical-align: baseline;
}

.system-name-with-icon i {
    color: var(--primary, #2563eb);
    flex: 0 0 auto;
    font-size: 0.86em;
    line-height: 1;
}

footer .system-name-with-icon i,
.footer .system-name-with-icon i,
.register-footer .system-name-with-icon i {
    color: currentColor;
    opacity: 0.88;
}

.logo-text .system-name-with-icon,
.nav-logo-text .system-name-with-icon,
.brand-name .system-name-with-icon {
    gap: 0.28em;
}

.fasalpro-brand-mark-img,
.fasalpro-brand-lockup-img {
    display: block;
    max-width: 100%;
    height: auto;
}

.fasalpro-brand-mark-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fasalpro-brand-lockup-img {
    width: min(100%, 420px);
}

.fasalpro-wordmark {
    display: inline-flex;
    align-items: baseline;
    font-family: Inter, Montserrat, Arial, sans-serif;
    font-weight: 850;
    letter-spacing: -0.055em;
    line-height: 0.9;
}

.fasalpro-brand-text {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.2rem;
    min-height: 54px;
    width: max-content;
    max-width: 100%;
    transform: translateY(1px);
}

.fasalpro-wordmark .fasalpro-name-dark {
    color: #07184d;
}

.fasalpro-wordmark .fasalpro-name-blue {
    color: #0b73f6;
}

.fasalpro-tagline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    gap: 0.38em;
    color: #07184d;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    width: max-content;
    max-width: 100%;
}

.logo-text.fasalpro-wordmark,
.brand-name.fasalpro-wordmark,
.brand-title.fasalpro-wordmark {
    background: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    -webkit-text-fill-color: initial !important;
}

.logo .logo-badge:has(.fasalpro-brand-mark-img),
.logo .logo-icon:has(.fasalpro-brand-mark-img),
.brand .brand-mark:has(.fasalpro-brand-mark-img) {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.logo-badge .fasalpro-brand-mark-img,
.logo-icon .fasalpro-brand-mark-img,
.brand-mark .fasalpro-brand-mark-img {
    object-fit: contain !important;
    border-radius: 0 !important;
}

.fasalpro-compact-brand,
.logo:has(.fasalpro-brand-mark-img),
.brand:has(.fasalpro-brand-mark-img) {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.58rem !important;
}

.fasalpro-compact-brand .logo-badge,
.fasalpro-compact-brand .logo-icon,
.fasalpro-compact-brand .brand-mark,
.logo:has(.fasalpro-brand-mark-img) .logo-badge,
.logo:has(.fasalpro-brand-mark-img) .logo-icon,
.brand:has(.fasalpro-brand-mark-img) .brand-mark {
    width: 44px !important;
    height: 44px !important;
    flex: 0 0 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.fasalpro-compact-brand .fasalpro-brand-text,
.logo:has(.fasalpro-brand-mark-img) .fasalpro-brand-text,
.brand:has(.fasalpro-brand-mark-img) .fasalpro-brand-text {
    min-height: 44px !important;
    gap: 0.08rem !important;
    transform: none !important;
    align-items: center !important;
    justify-content: center !important;
}

.fasalpro-compact-brand .fasalpro-wordmark,
.logo:has(.fasalpro-brand-mark-img) .fasalpro-wordmark,
.brand:has(.fasalpro-brand-mark-img) .fasalpro-wordmark {
    margin: 0 !important;
    font-size: 1.42rem !important;
    line-height: 0.9 !important;
    letter-spacing: 0.095em !important;
}

.fasalpro-compact-brand .fasalpro-tagline,
.logo:has(.fasalpro-brand-mark-img) .fasalpro-tagline,
.brand:has(.fasalpro-brand-mark-img) .fasalpro-tagline {
    margin: 0.08rem 0 0 !important;
    font-size: 0.42rem !important;
    letter-spacing: 0.055em !important;
    gap: 0.28em !important;
    line-height: 1 !important;
}

.fasalpro-tagline .tag-dot {
    width: 0.48em;
    height: 0.48em;
    border-radius: 999px;
    display: inline-block;
    background: #24e077;
}

.fasalpro-tagline .tag-dot:nth-of-type(2) {
    background: #ffb51e;
}

.fasalpro-tagline .tag-dot:nth-of-type(3) {
    background: #17a9f6;
}
