.thc-next-show-widget {
    display: inline-flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    max-width: 360px;
    padding: 22px 24px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 18px;
    background: rgba(10, 12, 16, 0.82);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.32);
}

#hero-banner {
    position: relative;
}

#hero-banner .thc-next-show-widget {
    position: absolute;
    right: clamp(48px, 7vw, 120px);
    bottom: clamp(48px, 7vw, 108px);
    z-index: 30;
}

.thc-next-show-eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}

.thc-next-show-title {
    margin: 0;
    font-size: 26px;
    line-height: 1.15;
    color: #fff;
}

.thc-next-show-title a {
    color: inherit;
}

.thc-next-show-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.thc-next-show-date {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.86);
}

.thc-next-show-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.thc-next-show-pill-free {
    background: rgba(119, 190, 96, 0.2);
}

.thc-next-show-pill-sold {
    background: rgba(184, 76, 76, 0.22);
}

.thc-next-show-pill-soon {
    background: rgba(212, 171, 73, 0.2);
}

.thc-next-show-widget .thc-next-show-ticket {
    min-width: 154px;
    text-align: center;
}

#hero-banner .thc-next-show-ticket:not(:hover) {
    background: #fff !important;
    border-color: #fff !important;
}

#hero-banner .thc-next-show-ticket:not(:hover),
#hero-banner .thc-next-show-ticket:not(:hover) .edgtf-btn-text {
    color: #123f6d !important;
}

@media only screen and (max-width: 1200px) {
    #hero-banner .thc-next-show-widget {
        right: 5%;
        bottom: 6%;
    }
}

@media only screen and (max-width: 680px) {
    #hero-banner {
        margin-bottom: 48px;
    }

    #hero-banner .thc-next-show-widget {
        position: absolute;
        right: 12px;
        bottom: -34px;
        margin: 0;
        width: min(70vw, 252px);
        z-index: 30;
    }

    .thc-next-show-widget {
        max-width: 252px;
        gap: 8px;
        padding: 12px 14px;
        border-radius: 12px;
    }

    .thc-next-show-eyebrow {
        font-size: 9px;
        letter-spacing: 0.16em;
    }

    .thc-next-show-title {
        font-size: 15px;
        line-height: 1.18;
    }

    .thc-next-show-meta {
        gap: 8px;
        align-items: center;
    }

    .thc-next-show-date {
        font-size: 10px;
        letter-spacing: 0.04em;
    }

    .thc-next-show-widget .thc-next-show-ticket {
        min-width: 0;
        width: auto;
        min-height: 34px;
        padding: 7px 16px;
        border-radius: 999px;
    }

    .thc-next-show-ticket .edgtf-btn-text {
        font-size: 11px;
        letter-spacing: 0.12em;
    }
}
