/* WalletLabelPill — small uniform badges across the on-chain UX. */

.wallet-label-pill {
    display: inline-block;
    font-family: var(--font-mono, ui-monospace, monospace);
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 1px 6px;
    border-radius: 3px;
    text-transform: uppercase;
    line-height: 1.5;
    vertical-align: middle;
    cursor: help;
    user-select: none;
    /* Color + background come from inline styles set by the JS — keeps the
       single source of truth in wallet-label-pill.js META catalog. */
}

.wallet-label-pill + .wallet-label-pill {
    margin-left: 3px;
}
