/* --- LISTANÉZET EGYSOROS ÁRAK --- */
.absurd-custom-row-wrap {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: 15px !important;
    clear: both !important;
}

.price-tag.price-berlet-list,
.price-tag.price-jegy-list,
.golden-buzzer-list-button {
    display: inline-block !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
    font-size: 0.85rem !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
}

.price-tag.price-berlet-list,
.price-tag.price-jegy-list {
    padding: 8px 16px !important;
}

.price-tag.price-berlet-list {
    background-color: #d9534f !important;
    color: #fff !important;
}

.price-tag.price-jegy-list,
.golden-buzzer-list-button {
    background-color: #cca470 !important;
    color: #1a1a1a !important;
}

.golden-buzzer-list-button {
    padding: 8px 20px !important;
    text-decoration: none !important;
    letter-spacing: 0.5px !important;
    transition: all 0.2s ease-in-out !important;
}

.golden-buzzer-list-button:hover {
    background-color: #e5be8f !important;
    color: #1a1a1a !important;
}

.absurd-single-price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: 24px 0;
}

.absurd-single-ticket-button {
    margin-top: 12px;
}

/* --- HERO SZEKCIÓ --- */
.next-concert-hero {
    position: relative;
    width: 100%;
    min-height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 60px 0;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(20,20,20,0.95) 0%, rgba(20,20,20,0.85) 50%, rgba(20,20,20,0.7) 100%);
    z-index: 1;
}

.hero-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
}

.hero-left-content {
    flex: 1;
    max-width: 700px;
}

.hero-section-title {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #cca470;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    font-weight: 600;
}

.hero-section-title .title-line {
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #cca470;
}

.hero-main-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 30px 0;
    color: #fff;
}

.hero-meta-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 35px;
    color: #cccccc;
    font-size: 1rem;
}

.hero-meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-meta-item .dashicons {
    color: #cca470;
    font-size: 18px;
    width: 18px;
    height: 18px;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hero-btn-ticket,
.hero-btn-details {
    background-color: transparent !important;
    padding: 12px 30px !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-size: 0.9rem !important;
    transition: all 0.3s ease;
}

.hero-btn-ticket {
    border: 1px solid #cca470 !important;
    color: #cca470 !important;
}

.hero-btn-ticket:hover {
    background-color: #cca470 !important;
    color: #1a1a1a !important;
}

.hero-btn-details {
    border: 1px solid rgba(255,255,255,0.15) !important;
    color: #fff !important;
}

.hero-btn-details:hover {
    border-color: #fff !important;
    background-color: rgba(255,255,255,0.05) !important;
}

.hero-right-performers {
    text-align: right;
    min-width: 220px;
    margin-bottom: 5px;
}

.performers-title {
    color: #cca470;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: 600;
}

.performers-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.performers-list li {
    font-size: 1.1rem;
    color: #ffffff;
}

@media (max-width: 768px) {
    .hero-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    .hero-right-performers {
        text-align: left;
        width: 100%;
    }
    .hero-main-title {
        font-size: 2.2rem;
    }
    .hero-actions {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .hero-btn-ticket, .hero-btn-details {
        width: 100%;
        text-align: center;
    }
}

/* --- KIEMELT ESEMENYEK --- */
.featured-events-section {
    background-color: #2b2729;
    color: #ffffff;
    padding: 140px 40px 100px;
}

.featured-events-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
    max-width: 1280px;
    margin: 0 auto 70px;
}

.featured-events-kicker {
    display: flex;
    align-items: center;
    gap: 22px;
    color: #cca470;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.featured-events-kicker span {
    display: inline-block;
    width: 102px;
    height: 1px;
    background-color: #cca470;
}

.featured-events-title {
    color: #ffffff;
    font-size: 3.5rem;
    line-height: 1.1;
    font-weight: 400;
    margin: 0;
}

.featured-events-all {
    color: #e5ded4 !important;
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: underline !important;
    text-underline-offset: 4px;
    white-space: nowrap;
}

.featured-events-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 80px;
    max-width: 1280px;
    margin: 0 auto;
}

.featured-event-card {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 375px;
    overflow: hidden;
    background-color: #171414;
    background-size: cover;
    background-position: center;
    color: #ffffff !important;
    text-decoration: none !important;
}

.featured-event-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.8) 100%);
    transition: background 0.25s ease;
}

.featured-event-card:hover .featured-event-overlay {
    background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.8) 100%);
}

.featured-event-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 0 30px 34px;
}

.featured-event-season {
    color: #cca470;
    font-size: 0.95rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.featured-event-season::before {
    content: "";
    display: inline-block;
    width: 64px;
    height: 1px;
    background-color: #cca470;
    margin-right: 14px;
    vertical-align: middle;
}

.featured-event-name {
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 10px;
}

.featured-event-location {
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 1.35;
    margin-bottom: 20px;
}

.featured-event-button {
    border: 1px solid #cca470;
    color: #cca470;
    padding: 10px 22px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.25s ease;
}

.featured-event-card:hover .featured-event-button {
    background-color: #cca470;
    color: #1a1a1a;
}

.featured-events-empty {
    background-color: #2b2729;
    color: #ffffff;
    padding: 40px;
}

@media (max-width: 980px) {
    .featured-events-section {
        padding: 90px 24px 70px;
    }
    .featured-events-head {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 45px;
    }
    .featured-events-title {
        font-size: 2.6rem;
    }
    .featured-events-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

@media (max-width: 560px) {
    .featured-events-section {
        padding: 70px 18px 55px;
    }
    .featured-events-kicker span,
    .featured-event-season::before {
        width: 48px;
    }
    .featured-events-title {
        font-size: 2.15rem;
    }
    .featured-event-card {
        min-height: 310px;
    }
    .featured-event-content {
        padding: 0 22px 26px;
    }
    .featured-event-name {
        font-size: 1.55rem;
    }
    .featured-event-location {
        font-size: 1rem;
    }
}
.tribe-events-c-subscribe-dropdown__list-item-link {
    color:  var(--global-palette1)!important;
}