/* =======================================================
   INGRESSO EVENTO SEÇÕES — overrides for multi-section seat map
   Enjoy Ticket 2026
   ======================================================= */

/* Desktop layout overrides */
.iet__sessions--secoes {
    display: flex !important;
    flex-wrap: wrap !important;
    overflow-x: visible !important;
    gap: 12px !important;
    padding-bottom: 20px;
    justify-content: flex-start !important;
}

.iet__sessions--setores-group {
    display: flex;
    flex-wrap: wrap;
    overflow-x: visible;
    gap: 12px;
    padding-bottom: 20px;
    justify-content: flex-start;
}

.iet__session--secao {
    max-width: 220px !important;
    flex: 1 1 140px !important;
    padding: 16px 20px !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    height: auto !important;
    min-height: 54px !important;
}

.iet__session-sec-title {
    font-size: 0.88rem;
    font-weight: 800;
    color: #1A1A1A;
    text-align: center;
    line-height: 1.3;
}

.iet__session--active .iet__session-sec-title {
    color: #E41F69 !important;
}

.iet__seat-map--secao {
    padding: 20px 24px 24px;
    border-top: 1px solid #EBEBEB;
}

/* Divisor sutil entre Datas e Setores no Desktop */
.iet__section--setores {
    border-top: 1.5px solid #F5F5F5;
    padding-top: 22px;
}

/* Ajuste caso seja data única (esconde passo 1 e remove borda) */
.iet--single-date .iet__section--setores {
    border-top: none !important;
    padding-top: 0 !important;
}

/* Mobile Bottom Sheet specific overrides */
.iet__sessions--datas-mobile {
    padding: 4px 0;
    display: flex !important;
    gap: 8px !important;
    overflow-x: auto !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.iet__sessions--datas-mobile::-webkit-scrollbar {
    display: none;
}

.iet__sessions--setores-mobile-group {
    padding: 4px 0;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.iet__sessions--setores-mobile-group::-webkit-scrollbar {
    display: none;
}

.iet__session--secao-mobile {
    flex: 1 0 auto;
    min-width: 100px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1.5px solid #EBEBEB;
    background: #fff;
    font-family: 'Outfit', sans-serif;
    font-size: 0.8rem;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    color: #1A1A1A;
    transition: all 0.2s ease;
}

.iet__session--secao-mobile.iet__session--active-mobile {
    border-color: #E41F69 !important;
    background: rgba(228,31,105,0.06) !important;
    color: #E41F69 !important;
}

.iets-seatmap-mobile {
    margin-top: 10px;
    padding-bottom: 20px;
}
