.list-container {
    padding-top: 120px;
    padding-bottom: 0;
    /* background-color: #faf7f8; */
}

.list-container .container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 24px;
}

.list-ticket-alert {
    max-width: 960px;
    margin: 0 auto 20px;
    padding: 16px 24px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.6;
}

.list-ticket-alert--success {
    background: #ecf9ee;
    color: #1b5e20;
}

.list-ticket-alert--danger {
    background: #fdecea;
    color: #b71c1c;
}

.list-ticket__empty {
    text-align: center;
    background: #fff;
    padding: 80px 24px;
    border-radius: 10px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

.list-ticket__empty h1 {
    font-size: 32px;
    margin-bottom: 16px;
}

.list-ticket__empty p {
    color: #555;
    margin-bottom: 32px;
    line-height: 1.6;
}

.list-ticket-hero {
    display: grid;
    grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 80px;
}

.list-ticket-hero__visual img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    object-fit: cover;
}

.list-ticket-hero__body h1 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.list-ticket-hero__badge {
    display: inline-flex;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    background: #fde6e8;
    color: #d42232;
    margin-bottom: 12px;
}

.list-ticket-hero__lead {
    color: #333;
    line-height: 1.5;
    margin-bottom: 14px;
}

.list-ticket-hero__lead,
.list-ticket-cta,
.list-ticket-cta__note,
.list-ticket-hero__note,
.list-ticket-hero__alert,
.list-ticket-hero__sale,
.list-ticket-hero__archive,
.list-ticket-schedule__heading,
.list-ticket-lineup__event .event-title,
.list-ticket-bottom-cta h2,
.list-ticket-bottom-cta p {
    font-size: 18px;
}

.list-ticket-hero__lead p {
    margin-bottom: 0;
}

.list-ticket-hero__purchase {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    width: 100%;
}

.list-ticket-hero__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 16px;
    justify-content: center;
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
}

.list-ticket-hero__price {
    font-size: 32px;
    font-weight: 700;
    color: #d42232;
}

.list-ticket-hero__note {
    font-size: 14px;
    color: #666;
}

.list-ticket-hero__alert {
    font-size: 13px;
    color: #555;
    margin-bottom: 16px;
}

.list-ticket-hero__alert--warn {
    color: #b71c1c;
}

.list-ticket-hero__alert--info {
    color: #0d47a1;
}

.list-ticket-hero__sale,
.list-ticket-hero__archive {
    font-size: 14px;
    color: #444;
}

.list-ticket-status {
    display: inline-block;
    margin-left: 12px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}

.list-ticket-status--open {
    background: #e1f8ea;
    color: #087f23;
}

.list-ticket-status--soon {
    background: #fff0d5;
    color: #ad5a00;
}

.list-ticket-status--closed {
    background: #f4e0e2;
    color: #7a0e1a;
}

.list-ticket-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 28px;
    color: #fff;
    background: linear-gradient(to bottom right, #f23041, #d42232);
    border-radius: 10px;
    text-decoration: none;
}

.list-ticket-cta[aria-disabled="true"] {
    opacity: 0.5;
    pointer-events: none;
}

.list-ticket-cta--disabled {
    background: #cbd5f5;
    color: #0f172a;
    opacity: 0.9;
    cursor: default;
    pointer-events: none;
}

.list-ticket-cta__note {
    font-size: 12px;
    color: #d42232 !important;
    margin: 10px 0 5px;
    line-height: 1.6;
    font-weight: 400;
}

.list-ticket-cta__note span {
    font-size: inherit;
    font-weight: inherit;
    color: #d42232 !important;
}

.note-mobile {
    display: none;
}

.list-ticket-steps {
    background: #fff;
    border-radius: 16px;
    padding: 40px 32px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.05);
    margin-bottom: 80px;
}

.list-ticket-steps h2 {
    font-size: 24px;
    margin-bottom: 24px;
}

.list-ticket-steps ol {
    list-style: none;
    display: grid;
    gap: 16px;
    padding: 0;
}

.list-ticket-steps li {
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 600;
    color: #333;
}

.list-ticket-steps li span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f23041;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.list-ticket-schedule {
    margin-bottom: 80px;
}

.list-ticket-lineup {
    gap: 2%;
    margin: 0;
}

.list-ticket-lineup__event {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.list-ticket-lineup__event a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.list-ticket-lineup__event:hover {
    transform: translateY(-3px);
}

.list-ticket-lineup__event:hover .event-video_wrap {
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.list-ticket-lineup__event .event-video_wrap {
    transition: box-shadow 0.2s ease;
    border: none;
    border-radius: 10px;
    border: solid 1px #d0d0d0;
}

.list-ticket-lineup__event .event-video {
    border-radius: 10px;
}

.list-ticket-lineup__event .event-video_background {
    display: none;
}

.list-ticket-lineup__event .event-title {
    font-size: 14px;
    line-height: 1.5;
    color: #111;
    font-weight: 600;
    margin-top: 0;
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-ticket-lineup__event .event-status_wrap,
.list-ticket-lineup__event .event-time {
    display: none;
}

.list-ticket-schedule__heading {
    font-size: 20px;
    color: #111;
    font-weight: 700;
    margin: 20px 0 20px;
    padding: 0;
    border: none;
    border-radius: 0;
    width: auto;
    text-align: left;
    background: transparent;
}

.list-ticket-faq {
    background: #fff;
    border-radius: 16px;
    padding: 40px 32px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.05);
    margin-bottom: 80px;
}

.list-ticket-faq h2 {
    font-size: 24px;
    margin-bottom: 24px;
}

.faq-item + .faq-item {
    margin-top: 24px;
}

.faq-item h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.faq-item p {
    color: #555;
    line-height: 1.5;
}

.list-ticket-contact {
    margin-bottom: 80px;
}

.list-ticket-contact h2 {
    font-size: 24px;
    margin-bottom: 16px;
}

.list-ticket-contact__body {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
}

.list-ticket-bottom-cta {
    background: linear-gradient(135deg, #fff8f8 0%, #ffe3ea 100%);
    color: #d42232;
    padding: 40px 0;
    text-align: center;
    margin-bottom: 40px;
}

.list-ticket-bottom-cta h2 {
    font-size: 28px;
    color: #d42232;
    border: none;
    width: auto;
    padding: 0;
    margin: 0 0 12px;
}

.list-ticket-bottom-cta p {
    font-size: 16px;
    margin: 24px 0;
    color: #5a1a22;
}

.list-ticket-bottom-cta .list-ticket-cta {
    background: #ffffff;
    color: #d42232;
    border: 2px solid #d42232;
    border-radius: 10px;
}

@media (max-width: 960px) {
    .list-container {
        padding-top: 100px;
        padding-bottom: 0;
    }

    .list-ticket-hero {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .list-ticket-hero__visual img {
        max-height: 320px;
        width: 100%;
        object-fit: cover;
    }

    .list-ticket-schedule li {
        grid-template-columns: 1fr;
        gap: 12px;
        text-align: left;
    }

    .schedule-link {
        justify-self: start;
    }
}

@media (min-width: 961px) {
    .list-ticket-hero__purchase {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 32px;
    }

    .list-ticket-hero__meta {
        justify-content: flex-start;
    }

    .list-ticket-hero__purchase .list-ticket-cta {
        margin-left: auto;
    }
}

@media (max-width: 600px) {
    .list-container .container {
        padding: 0 16px;
    }

    .list-ticket-hero {
        gap: 20px;
    }

    .list-ticket-hero__body h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .list-ticket-hero__visual img {
        height: 100px;
        width: auto;
        max-width: 100%;
        object-fit: contain;
        margin: 0 auto;
    }

    .list-ticket-hero__visual {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .note-desktop {
        display: none;
    }

    .note-mobile {
        display: inline;
    }

    .list-container {
        margin-top: 60px;
        padding-top: 20px;
    }

    .list-ticket-schedule li {
        padding: 16px;
    }

    .list-ticket-steps {
        padding: 32px 24px;
    }

    .list-ticket-steps li {
        align-items: flex-start;
    }

    .list-ticket-steps li span {
        margin-top: 4px;
    }
}
