/* Mariah Carey — checkout ingressos (hero, mapa, setores) */

#step-ingressos .show-stage-image .stage {
    background: linear-gradient(135deg, #3d0a12 0%, #5c1519 50%, #6b1a22 100%) !important;
}

#step-ingressos .artwork-image {
    background-image: url("../img/mariah-christmastime-banner.png");
    background-position: center right;
}

#step-ingressos .gradient-left {
    background: linear-gradient(to right, #5c1519, transparent) !important;
}

#step-ingressos .gradient-right {
    background: linear-gradient(to left, #5c1519, transparent) !important;
}

@media (min-width: 768px) {
    #step-ingressos .show-stage-image .stage-headline,
    #step-ingressos .show-stage-image .stage-meta-infos,
    #step-ingressos .show-stage-image .stage-meta-infos time,
    #step-ingressos .show-stage-image .stage-meta-infos span,
    #step-ingressos .checkout-hero-back a,
    #step-ingressos .checkout-hero-rating,
    #step-ingressos .checkout-hero-rating .checkout-hero-rating-count {
        color: #fff !important;
    }

    #step-ingressos .checkout-hero-rating .checkout-hero-rating-count {
        opacity: 0.95;
    }
}

.checkout-hero-rating {
    color: #f5c518;
    font-size: 1rem;
    letter-spacing: 2px;
    margin: 8px 0 12px;
}

.checkout-hero-rating .checkout-hero-rating-count {
    color: inherit;
    letter-spacing: normal;
    margin-left: 6px;
    font-size: 0.95rem;
}

.checkout-mapa-section .default-headline.with-line {
    margin-bottom: 16px;
}

.checkout-mapa-wrap {
    position: relative;
    text-align: center;
    background: #f5f5f5;
    border-radius: 12px;
    padding: 12px;
}

.checkout-mapa-wrap img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    background: #000;
}

.checkout-mapa-zoom {
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.checkout-mapa-zoom:hover {
    border-color: #00c4b4;
}

/* Indicador de cor do setor (igual Eventim / mapa) */
.pc-list-head.event-list-head {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.sector-color-swatch {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    margin-top: 5px;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.pc-list-category {
    flex: 1;
}
