/**
 * Badge simples da unidade do usuário (alias).
 */
.locamais-portal-ui-wrapper .locamais-unidade-badge,
.locamais-unidade-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.25rem 0.55rem;
    background: #e5e7eb;
    border: 1px solid #d1d5db;
    border-radius: 0.35rem;
    color: #000;
    font-family: "Roboto", sans-serif !important;
    font-size: 8px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    line-height: 1;
    box-shadow: none;
}

.locamais-portal-ui-wrapper .locamais-unidade-badge__icon,
.locamais-unidade-badge__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 12px !important;
    color: var(--lm-primary, #2563eb);
}

.locamais-unidade-badge__text {
    letter-spacing: 0.2px;
    white-space: nowrap;
    line-height: 1;
}
