/* TEE Seating Chart Enhancer - frontend row labels */
.tc-group-wrap[data-show-row-labels="1"] .tc-seat-row,
.tc-group-wrap[data-show-row-labels="1"] .tc_seat_row_row {
    white-space: nowrap;
}

.tc-group-content .tc-row-label {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 20px;
    padding: 0 2px;
    height: 24px;
    font-size: 11px !important;
    font-weight: 700;
    color: #6b5f89 !important;
    background: transparent !important;
    border-radius: 0 !important;
    vertical-align: top;
    margin: 5.5px 0;
    cursor: default;
    pointer-events: none;
    line-height: 24px;
    visibility: visible !important;
}

.tc-group-content .tc-row-label::before { display: none !important; }
