/* ========================================
   HERO / INFOBOX FIX (Text nach oben)
======================================== */
.uagb-block-7192e48f .wp-block-column:first-child {
    padding-top: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
}

.uagb-block-e8e33b16 .uagb-ifb-title-wrap {
    background-color: rgba(150, 0, 0, 0.7);
    border-radius: 12px;
    padding: 15px 20px;
    display: inline-block;
    margin-top: -50px !important;
    color: #fff !important;
}

/* ========================================
   HEADER WARENKORB
======================================== */
.custom-header-cart {
    display: flex;
    align-items: center;
}

.custom-header-cart .cart-link {
    font-size: 28px;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
}

.custom-header-cart .cart-count {
    background: #d00;
    color: #fff;
    border-radius: 50%;
    padding: 4px 8px;
    font-size: 14px;
    margin-left: 6px;
}

.custom-header-cart .cart-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 120%;
    background: #fff;
    min-width: 260px;
    padding: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    z-index: 999;
    border-radius: 10px;
}

.custom-header-cart .woocommerce-mini-cart {
    max-height: 250px;
    overflow-y: auto;
}

.custom-header-cart .cart-links a {
    display: block;
    padding: 8px 0;
}

@media (min-width: 922px) {
    .custom-header-cart:hover .cart-dropdown {
        display: block;
    }
}

/* Desktop Header neben Widget 1 */
.ast-header-widget-area-1 .custom-header-cart {
    display: inline-flex;
    align-items: center;
    margin-left: 15px;
}

/* Mobile Header neben Burger */
@media (max-width: 921px) {
    .ast-mobile-header-wrap .custom-header-cart {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        font-size: 24px;
        display: flex !important;
        align-items: center;
        z-index: 999;
    }

    .ast-mobile-header-wrap .custom-header-cart .cart-link {
        font-size: 24px;
    }

    .ast-mobile-header-wrap .custom-header-cart .cart-dropdown {
        top: 100%;
        right: 0;
    }
}

/* ========================================
   EVENTS GRID / EVENTBRITE STYLE
======================================== */

/* Seite insgesamt */
.custom-events-wrapper,
.custom-events-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Header + Filter */
.events-header-modern {
    margin-bottom: 20px;
}
.events-filter-modern {
    margin-bottom: 40px;
}

/* Grid Wrapper */
.events-grid-wrapper {
    display: block;
}

.custom-events-grid,
.tribe-events-calendar-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Event Card */
.event-card-link,
.event-card {
    display: block;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.event-card-link:hover,
.event-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* Event Image */
.event-image-wrapper,
.event-image {
    position: relative;
}
.event-image-wrapper img,
.event-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* Datum Badge */
.event-date-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #fff;
    border-radius: 10px;
    padding: 6px 10px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.event-date-badge .day {
    display: block;
    font-weight: 700;
    font-size: 16px;
}
.event-date-badge .month {
    font-size: 12px;
    text-transform: uppercase;
    color: #666;
}

/* Event Content */
.event-content {
    padding: 18px;
}
.event-meta {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 6px;
}
.event-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 8px 0;
}
.event-excerpt {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 12px;
}
.event-venue {
    font-size: 0.85rem;
    color: #aaa;
}
.event-footer {
    font-size: 0.85rem;
    color: #777;
}

/* Überschriften Gig-Seite */
.custom-events-page .gig-heading {
    font-size: 1.8rem;
    margin: 40px 0 20px;
    text-align: center;
}

/* No Events */
.no-events {
    grid-column: 1 / -1;
    text-align: center;
    padding: 50px;
    color: #777;
}

/* Pagination */
.events-pagination-modern {
    margin-top: 40px;
    text-align: center;
}
/* =========================
   SINGLE EVENT PAGE
========================= */

.custom-single-event-page {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 20px;
    font-family: 'Arial', sans-serif;
    color: #333;
    background: rgba(255, 255, 255, 0.95); /* optional leichter Hintergrund */
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.event-single-card {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.event-single-image img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.event-single-content {
    padding: 30px;
}

.event-single-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.event-single-meta {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.event-single-meta span {
    background: #f2f2f2;
    padding: 6px 12px;
    border-radius: 12px;
    display: inline-block;
}

.event-single-description {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 30px;
}

.event-single-footer {
    font-size: 0.9rem;
    color: #777;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.event-single-actions {
    margin-top: 30px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.event-single-actions .button-back,
.event-single-actions .button-tickets {
    padding: 12px 25px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.button-back {
    background: #ddd;
    color: #333;
}

.button-back:hover {
    background: #bbb;
}

.button-tickets {
    background: #c00;
    color: #fff;
}

.button-tickets:hover {
    background: #a00;
}

/* Responsive */
@media (max-width: 768px) {
    .event-single-content {
        padding: 20px;
    }
    .event-single-title {
        font-size: 1.6rem;
    }
    .event-single-meta {
        flex-direction: column;
        gap: 10px;
    }
}
.ebook-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 60px 0;
}

.ebook-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.ebook-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.ebook-image img {
    border-radius: 12px;
    margin-bottom: 15px;
}

.ebook-card h3 {
    font-size: 18px;
    margin: 10px 0;
}

.price {
    display: block;
    font-weight: bold;
    margin: 10px 0;
    color: #333;
}

.btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 30px;
    background: #000;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.btn:hover {
    background: #444;
}
.next-show-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
    border-radius: 20px;
    overflow: hidden;
}

.next-show-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* optional: leicht dunkles Overlay hinter dem Text, damit das Bild nicht blendet */
    background: rgba(0,0,0,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

.next-show-content {
    text-align: center;
    padding: 30px;
    background: rgba(200,0,0,0.85); /* kräftiges Rot mit leichtem Transparenz */
    border-radius: 15px; /* abgerundete Ecken */
    color: #fff; /* Textfarbe weiß */
    max-width: 90%;
}

.next-show-content h2 {
    font-size: 1.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff; /* immer weiß */
}

.next-show-title {
    font-size: 2.5rem;
    margin-bottom: 15px;
		color: #fff; /* immer weiß
}

.next-show-date,
.next-show-venue {
    font-size: 1.1rem;
    margin-bottom: 5px;
		color: #fff; /* immer weiß
}

.next-show-button {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 30px;
    background: #FF4500;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.next-show-button:hover {
    background: #FF6347;
    transform: translateY(-3px);
}