.css-schedule-widget {
    --css-accent: #00b7ff;
    --css-badge: #c23a80;
    color: #ffffff;
}

.css-schedule-hero {
    text-align: center;
    margin-bottom: 32px;
}

.css-schedule-eyebrow {
    color: #ff4f9c;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
    margin-bottom: 12px;
}

.css-schedule-title {
    margin: 0 0 16px;
    color: var(--css-promo-text, #fff);
    font-size: clamp(32px, 4vw, 64px);
    line-height: 1.05;
}

.css-schedule-intro {
    color: rgba(255,255,255,0.8);
    max-width: 820px;
    margin: 0 auto 20px;
    font-size: 18px;
}

.css-schedule-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 24px;
}

.css-meta-divider {
    opacity: .45;
}

.css-schedule-button {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 14px;
    background: linear-gradient(180deg, #ff4c30 0%, #d51d1d 100%);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease;
}

.css-schedule-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(0,0,0,.25);
    color: #fff;
}

.css-schedule-table-wrap {
    border: 1px solid var(--css-accent);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 0 28px rgba(0, 183, 255, 0.35);
    backdrop-filter: blur(4px);
}

.css-schedule-table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(11, 5, 58, 0.75);
}

.css-schedule-table th,
.css-schedule-table td {
    padding: 22px;
    text-align: left;
    border-bottom: 1px solid rgba(255,255,255,.08);
    color: #fff;
}

.css-schedule-table th {
    color: #ffe65a;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 14px;
}

.css-date-text {
    font-weight: 700;
}

.css-date-badge {
    display: inline-block;
    margin-left: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    background: color-mix(in srgb, var(--css-badge) 30%, transparent);
    color: #fff;
    border: 1px solid color-mix(in srgb, var(--css-badge) 70%, #fff 10%);
}

.css-schedule-empty {
    padding: 18px;
    border-radius: 12px;
    background: #fff4e5;
    color: #7a4b00;
}

@media (max-width: 767px) {
    .css-schedule-table-wrap {
        overflow-x: auto;
    }

    .css-schedule-table {
        min-width: 680px;
    }

    .css-schedule-table th,
    .css-schedule-table td {
        padding: 16px;
    }
}


.css-next-show-wrap {
    color: #fff;
}

.css-next-show-label {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: rgba(255,255,255,.8);
}

.css-next-show-bar {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-left: 4px solid var(--css-next-accent, #ff3f6b);
    border-radius: 0;
    background: rgba(9, 5, 48, 0.95);
    color: #fff;
    line-height: 1.2;
}

.css-next-show-item {
    font-weight: 600;
}

.css-next-show-divider {
    opacity: .45;
}

@media (max-width: 767px) {
    .css-next-show-bar {
        display: flex;
        gap: 16px;
        padding: 12px 14px;
    }

    .css-next-show-divider {
        display: none;
    }

    .css-next-show-item {
        width: 100%;
    }
}


.css-map-link {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    font-size: 13px;
    font-weight: 700;
    color: var(--css-accent, #00b7ff);
    text-decoration: none;
    white-space: nowrap;
}

.css-map-link:hover {
    text-decoration: underline;
    color: var(--css-accent, #00b7ff);
}

.css-next-show-bar .css-map-link {
    color: #ffffff;
    text-decoration: underline;
    opacity: 0.9;
}

.css-next-show-bar .css-map-link:hover {
    opacity: 1;
}


@media (max-width: 767px) {
    .css-schedule-hero {
        margin-bottom: 24px;
    }

    .css-schedule-title {
        font-size: clamp(28px, 8vw, 42px);
        line-height: 1.08;
    }

    .css-schedule-intro {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .css-schedule-meta {
        justify-content: flex-start;
        gap: 8px;
        text-align: left;
    }

    .css-schedule-meta .css-meta-divider {
        display: none;
    }

    .css-schedule-meta .css-meta-item {
        width: 100%;
    }

    .css-schedule-button {
        width: 100%;
        text-align: center;
        padding: 14px 18px;
    }

    .css-schedule-table-wrap {
        overflow: visible;
        border-radius: 18px;
    }

    .css-schedule-table {
        min-width: 0;
        background: transparent;
    }

    .css-schedule-table thead {
        display: none;
    }

    .css-schedule-table,
    .css-schedule-table tbody,
    .css-schedule-table tr,
    .css-schedule-table td {
        display: block;
        width: 100%;
    }

    .css-schedule-table tbody {
        padding: 10px;
    }

    .css-schedule-table tr {
        margin-bottom: 12px;
        border: 1px solid rgba(255,255,255,.08);
        border-radius: 16px;
        background: rgba(11, 5, 58, 0.88);
        overflow: hidden;
    }

    .css-schedule-table tr:last-child {
        margin-bottom: 0;
    }

    .css-schedule-table td {
        border: 0;
        border-bottom: 1px solid rgba(255,255,255,.08);
        padding: 14px 16px 14px 112px;
        position: relative;
        min-height: 52px;
    }

    .css-schedule-table td:last-child {
        border-bottom: 0;
    }

    .css-schedule-table td:before {
        position: absolute;
        left: 16px;
        top: 14px;
        width: 84px;
        font-size: 12px;
        line-height: 1.2;
        text-transform: uppercase;
        letter-spacing: .08em;
        color: #ffe65a;
        font-weight: 700;
        content: '';
    }

    .css-schedule-table td:nth-child(1):before {
        content: 'Datum';
    }

    .css-schedule-table td:nth-child(2):before {
        content: 'Locatie';
    }

    .css-schedule-table td:nth-child(3):before {
        content: 'Tijden';
    }

    .css-date-badge {
        display: inline-flex;
        margin: 8px 0 0;
    }

    .css-location-text {
        display: inline;
    }

    .css-map-link,
    .css-route-link {
        margin-left: 0;
    }

    .css-next-show-bar {
        width: 100%;
        align-items: flex-start;
    }
}


.css-location-block {
    display: inline-flex;
    flex-direction: column;
    gap: 6px;
}

.css-location-exact {
    display: block;
    font-size: 12px;
    line-height: 1.35;
    color: rgba(255,255,255,.72);
}

.css-location-actions {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 22px;
    align-items: center;
}

.css-route-link {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    color: var(--css-accent, #00b7ff);
    text-decoration: none;
    white-space: nowrap;
}

.css-route-link:hover {
    text-decoration: underline;
    color: var(--css-accent, #00b7ff);
}

.css-next-show-bar .css-location-block {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 14px;
}

.css-next-show-bar .css-location-exact {
    width: 100%;
    color: rgba(255,255,255,.82);
}

.css-next-show-bar .css-route-link {
    color: #ffffff;
    text-decoration: underline;
    opacity: 0.9;
}

.css-next-show-bar .css-route-link:hover {
    opacity: 1;
}

@media (max-width: 767px) {
    .css-location-block {
        width: 100%;
    }

    .css-location-actions {
        gap: 16px;
    }
}


/* v1.8.1 spacing fix for Kaart / Route */
.css-location-actions a + a,
.css-next-show-bar .css-location-actions a + a {
    margin-left: 10px;
}


/* v1.8.2 bigger spacing between Kaart and Route */
.css-location-actions {
    gap: 22px !important;
}

.css-location-actions a + a,
.css-next-show-bar .css-location-actions a + a {
    margin-left: 10px !important;
}

@media (max-width: 767px) {
    .css-location-actions {
        gap: 16px !important;
    }
}


/* v1.8.3 clearer location layout */
.css-location-block {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important;
    width: 100%;
}

.css-location-text {
    display: block !important;
    font-weight: 600;
}

.css-location-exact {
    display: block !important;
    margin-top: -2px;
    font-size: 12px;
    line-height: 1.45;
    color: rgba(255,255,255,.72);
}

.css-location-actions {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px !important;
    margin-top: 2px;
}

.css-map-link,
.css-route-link {
    display: inline-flex !important;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
}

.css-map-link:hover,
.css-route-link:hover {
    text-decoration: underline;
}

.css-schedule-table td .css-location-block {
    max-width: 100%;
}

.css-schedule-meta .css-location-block,
.css-next-show-bar .css-location-block {
    display: inline-flex !important;
    width: auto;
    max-width: 100%;
}

.css-schedule-meta .css-location-text,
.css-next-show-bar .css-location-text {
    display: inline !important;
}

.css-schedule-meta .css-location-exact,
.css-next-show-bar .css-location-exact {
    display: block !important;
    width: 100%;
    margin-top: 2px;
}

.css-schedule-meta .css-location-actions,
.css-next-show-bar .css-location-actions {
    display: inline-flex !important;
    width: 100%;
    gap: 14px !important;
    margin-top: 4px;
}

@media (max-width: 767px) {
    .css-location-block {
        gap: 6px !important;
    }

    .css-location-actions {
        gap: 14px !important;
    }
}


/* Promo banner widget */
.css-promo-banner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 26px;
    padding: var(--css-promo-py, 26px) var(--css-promo-px, 34px);
    border-radius: var(--css-promo-radius, 34px);
    background: linear-gradient(135deg, var(--css-promo-bg-start, #df0a7b) 0%, #b6159f 52%, var(--css-promo-bg-end, #8d1cc8) 100%);
    box-shadow: 0 18px 42px rgba(0,0,0,.28);
    color: var(--css-promo-text, #fff);
    overflow: hidden;
}

.css-promo-left {
    min-width: 0;
    flex: 1 1 48%;
}

.css-promo-city {
    color: var(--css-promo-city, #ffea2f);
    font-size: clamp(28px, 4vw, 54px);
    line-height: 0.95;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .01em;
    margin-bottom: 8px;
}

.css-promo-dates {
    font-size: clamp(20px, 2.3vw, 34px);
    line-height: 1.05;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.css-promo-venue {
    max-width: 420px;
    font-size: clamp(14px, 1.3vw, 20px);
    line-height: 1.12;
    font-weight: 600;
    text-transform: uppercase;
    opacity: .96;
}

.css-promo-divider {
    width: 2px;
    align-self: stretch;
    background: var(--css-promo-divider, rgba(255, 222, 80, 0.9));
    box-shadow: 0 0 14px rgba(255, 222, 80, 0.25);
}

.css-promo-right {
    flex: 1 1 42%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.css-promo-cta {
    font-size: clamp(34px, 4.6vw, 78px);
    line-height: 0.9;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: -.02em;
}

.css-promo-button {
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.28);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.css-promo-button:hover {
    background: rgba(255,255,255,.22);
    color: #fff;
}

@media (max-width: 767px) {
    .css-promo-banner {
        flex-direction: column;
        gap: 16px;
        padding: 22px 22px;
        border-radius: 24px;
    }

    .css-promo-divider {
        width: 100%;
        height: 2px;
    }

    .css-promo-right {
        align-items: flex-start;
    }

    .css-promo-cta {
        font-size: clamp(28px, 12vw, 52px);
    }

    .css-promo-venue {
        max-width: none;
    }
}


/* v1.8.7 extra promo text/button colors */
.css-promo-dates {
    color: var(--css-promo-dates, var(--css-promo-text, #fff));
}

.css-promo-venue {
    color: var(--css-promo-venue, var(--css-promo-text, #fff));
}

.css-promo-cta {
    color: var(--css-promo-cta, var(--css-promo-text, #fff));
}

.css-promo-button {
    background: var(--css-promo-button-bg, rgba(255,255,255,.14));
    border-color: var(--css-promo-button-border, rgba(255,255,255,.28));
    color: var(--css-promo-button-text, #fff);
}

.css-promo-button:hover {
    background: var(--css-promo-button-hover-bg, rgba(255,255,255,.22));
    color: var(--css-promo-button-hover-text, #fff);
}


/* v1.8.8 ensure Elementor button text color is applied */
.css-promo-banner .css-promo-button,
.css-promo-banner .css-promo-button:visited,
.css-promo-banner .css-promo-button:focus {
    color: var(--css-promo-button-text, #fff) !important;
    background: var(--css-promo-button-bg, rgba(255,255,255,.14)) !important;
    border-color: var(--css-promo-button-border, rgba(255,255,255,.28)) !important;
}

.css-promo-banner .css-promo-button:hover,
.css-promo-banner .css-promo-button:active {
    color: var(--css-promo-button-hover-text, #fff) !important;
    background: var(--css-promo-button-hover-bg, rgba(255,255,255,.22)) !important;
    border-color: var(--css-promo-button-border, rgba(255,255,255,.28)) !important;
    text-decoration: none;
}


/* Prices widget */
.css-prices-widget { color: #fff; }
.css-prices-head { margin-bottom: 22px; }
.css-prices-title { margin: 0 0 10px; color: #fff; font-size: clamp(32px, 4vw, 58px); line-height: 1.05; }
.css-prices-intro { color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.5; }
.css-prices-card { border: 1px solid #00b7ff; border-radius: 22px; padding: 26px; background: rgba(11, 5, 58, 0.8); box-shadow: 0 0 28px rgba(0, 183, 255, 0.35); }
.css-prices-section-title { margin: 0 0 18px; color: #ffe65a; font-size: 24px; line-height: 1.2; }
.css-prices-table { width: 100%; border-collapse: collapse; }
.css-prices-table th, .css-prices-table td { padding: 14px 12px; border-bottom: 1px solid rgba(255,255,255,.08); text-align: left; }
.css-prices-table th { color: #ffe65a; text-transform: uppercase; letter-spacing: .06em; font-size: 13px; }
.css-prices-name { font-weight: 700; }
.css-prices-subgroup { margin-top: 24px; }
.css-prices-subgroup-title { margin-bottom: 10px; font-size: 22px; font-weight: 700; }
.css-prices-mini-list { display: grid; gap: 8px; }
.css-prices-mini-row { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.css-prices-mini-row strong { white-space: nowrap; }

@media (max-width: 767px) {
  .css-prices-title { font-size: clamp(26px, 8vw, 42px); }
  .css-prices-intro { font-size: 16px; }
  .css-prices-card { padding: 18px; border-radius: 18px; }
  .css-prices-table thead { display: none; }
  .css-prices-table, .css-prices-table tbody, .css-prices-table tr, .css-prices-table td { display: block; width: 100%; }
  .css-prices-table tr { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .css-prices-table td { border: 0; padding: 8px 0; }
  .css-prices-table td:first-child { padding-top: 12px; }
  .css-prices-table td:not(:first-child)::before { display: inline-block; min-width: 110px; color: #ffe65a; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; font-weight: 700; }
  .css-prices-table td:nth-child(2)::before { content: 'Regulier'; }
  .css-prices-table td:nth-child(3)::before { content: 'Gereduceerd'; }
  .css-prices-mini-row { align-items: flex-start; flex-direction: column; gap: 4px; }
}


.css-prices-button-wrap {
    margin-top: 24px;
}

.css-prices-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 20px;
    border-radius: 14px;
    background: #ff3b30;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: transform .2s ease, opacity .2s ease;
}

.css-prices-button:hover {
    color: #fff;
    transform: translateY(-1px);
    opacity: .95;
}
