.tc_seating_map .tc-group-wrap.tc-group-seats .tc-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.tc_seating_map .tc-group-wrap.tc-group-seats .tc-heading h3 {
    margin: 0;
    display: block;
    transform: rotate(var(--tcsc-front-title-rotation, 0deg));
    transform-origin: center center;
}
