.ep-seat-col .ep_ls_event_ticket_seat.ep-seat-not-allowed {
    opacity: 0.2;
}

.ep-seat-col .ep_ls_event_ticket_seat.ep-csc-seat-booked {
    opacity: 1;
}

.ep-seat-col .ep_ls_event_ticket_seat:not(.ep-seat-not-allowed) {
    opacity: 1;
}

/* Native legend mapping: 1 Available, 2 Selected, 3 Booked, 4 Reserved. */
/* Item 1 masqué (pas supprimé : les JS lisent la couleur du rect pour les sièges). */
.ep-options-legend:not(.ep-csc-ticket-legend) .ep-box-col-3:nth-of-type(1) {
    display: none;
}

.ep-options-legend:not(.ep-csc-ticket-legend) .ep-box-col-3:nth-of-type(3) svg rect {
    fill: #000000 !important;
    opacity: 1;
}

.ep-options-legend:not(.ep-csc-ticket-legend) .ep-box-col-3:nth-of-type(4) svg rect {
    opacity: 0.2;
}

.ep-options-legend:not(.ep-csc-ticket-legend) .ep-box-col-3:nth-of-type(4) {
    display: none;
}