.user-short-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-sizing: border-box;
    background: #b9d8cd;
    color: #17372c;
    font-family: "Livvic Regular", sans-serif;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
}

.user-short-label--small {
    width: 28px;
    height: 28px;
    font-size: 11px;
}

.user-short-label--medium {
    width: 36px;
    height: 36px;
    font-size: 13px;
}

.user-short-label--large {
    width: 44px;
    height: 44px;
    font-size: 15px;
}

.user-short-label--inactive {
    opacity: 0.28;
    filter: saturate(0.55);
}
