.tlb-user-level {
    display: flex;
    align-items: center;
    gap: 12px;
}


.tlb-user-level-label {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}


.tlb-user-level-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px 4px 16px;
    border-radius: 999px;
    background: #b41e8e;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;

}

.tlb-user-level-empty {
    display: flex;
    align-items: center;
}

.tlb-user-level-placement-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    border-radius: 999px;
    background: #ffffff;
    color: #b41e8e;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: .2s ease;
}


.tlb-user-level-placement-button:hover {
    background: #b41e8e;
    color: #fff;
}