/* ======================================================================
   LexperDesk — style strony: preferencje.
   ====================================================================== */

.ld-tier {
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 0 10px;
    border-radius: 7px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.ld-tier--mikro { background: var(--ld-c-slate-bg); color: var(--ld-text-muted);
}

.ld-tier--mini { background: var(--ld-c-blue-bg); color: var(--ld-primary);
}

.ld-tier--midi { background: var(--ld-c-green-bg); color: var(--ld-c-green-600);
}

/* notification preferences */
.ld-pref-ch {
    width: 130px;
    text-align: center;
}

/* Kod kancelarii z modelu firmCodes — po nim dopasowujemy konta CIAM. */
.ld-firm-code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; color: var(--ld-text-strong); }
.ld-firm-nocode { font-size: 12px; color: var(--ld-warn); }
.ld-input--code { max-width: 160px; }
