.khb-spielplan {
    max-width: 1100px;
    margin: 40px auto;
    color: #1f2937;
}

.khb-sp-hero {
    background: linear-gradient(
        135deg,
        #33245f,
        #7657d9
    );
    color: #fff;
    border-radius: 18px;
    padding: 45px;
    margin-bottom: 40px;
}

.khb-sp-eyebrow {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    opacity: .75;
    margin-bottom: 8px;
}

.khb-sp-hero h2 {
    color: #fff;
    margin: 0;
    font-size: 38px;
}

.khb-sp-hero p {
    margin: 10px 0 0;
    opacity: .85;
}


/* Months */

.khb-sp-month {
    margin-bottom: 45px;
}

.khb-sp-month-heading {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 12px;
}

.khb-sp-month-heading span {
    font-size: 24px;
    font-weight: 700;
}

.khb-sp-month-heading strong {
    color: #7657d9;
}


/* Events */

.khb-sp-events {
    display: grid;
    gap: 12px;
}

.khb-sp-event {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 13px;
    padding: 17px;
    transition: .2s ease;
}

.khb-sp-event:hover {
    border-color: #cfc5f3;
    box-shadow: 0 5px 20px rgba(31, 41, 55, .06);
}

.khb-sp-date {
    width: 68px;
    height: 68px;
    background: #f3efff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.khb-sp-date strong {
    font-size: 25px;
    color: #4c3a8c;
    line-height: 1;
}

.khb-sp-date span {
    color: #7657d9;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 5px;
}

.khb-sp-event-top {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 4px;
}

.khb-sp-genre {
    color: #7657d9;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.khb-sp-status {
    font-size: 11px;
    color: #16803c;
    background: #e9f9ef;
    border-radius: 999px;
    padding: 4px 8px;
}

.khb-sp-event h3 {
    margin: 0;
    font-size: 20px;
}

.khb-sp-event h3 a {
    color: #111827;
    text-decoration: none;
}

.khb-sp-event h3 a:hover {
    color: #7657d9;
}

.khb-sp-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 7px;
    color: #6b7280;
    font-size: 13px;
}

.khb-sp-actions {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 105px;
}

.khb-sp-actions a {
    text-align: center;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 600;
}

.khb-sp-details {
    background: #f3f4f6;
    color: #374151;
}

.khb-sp-ticket {
    background: #7657d9;
    color: #fff !important;
}

.khb-sp-calendar {
    color: #7657d9;
}


/* Empty */

.khb-sp-empty {
    text-align: center;
    padding: 70px 20px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
}

.khb-sp-empty > div {
    font-size: 35px;
}

.khb-sp-empty h3 {
    margin: 12px 0 5px;
}

.khb-sp-empty p {
    color: #6b7280;
}


/* Production */

.khb-sp-production {
    max-width: 1100px;
    margin: 40px auto;
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 50px;
}

.khb-sp-production-poster img {
    width: 100%;
    height: auto;
    border-radius: 14px;
}

.khb-sp-production-content h1 {
    margin: 0 0 15px;
    font-size: 42px;
}

.khb-sp-lead {
    font-size: 19px;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 30px;
}

.khb-sp-production-meta {
    display: grid;
    gap: 12px;
    background: #f7f7f8;
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 30px;
}

.khb-sp-production-meta strong {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #7657d9;
    margin-bottom: 3px;
}

.khb-sp-production-meta small {
    display: block;
    color: #6b7280;
    margin-top: 3px;
}

.khb-sp-description {
    line-height: 1.75;
}

.khb-sp-production-dates {
    margin-top: 40px;
}

.khb-sp-production-date {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 20px;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #e5e7eb;
}

.khb-sp-production-date strong {
    display: block;
}

.khb-sp-production-date span {
    color: #6b7280;
}


/* Responsive */

@media (max-width: 700px) {

    .khb-sp-hero {
        padding: 30px 25px;
    }

    .khb-sp-hero h2 {
        font-size: 30px;
    }

    .khb-sp-event {
        grid-template-columns: 65px 1fr;
    }

    .khb-sp-actions {
        grid-column: 2;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .khb-sp-production {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .khb-sp-production-content h1 {
        font-size: 32px;
    }

    .khb-sp-production-date {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}