body.single-event-page .sanza-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 120;
}

body.single-event-page .sanza-header__mainbar,
body.single-event-page .sanza-header.is-scrolled .sanza-header__mainbar,
body.single-event-page .sanza-header.is-menu-open .sanza-header__mainbar {
    background: transparent;
    border-bottom-color: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.single-event-hero {
    position: relative;
    width: 100%;
    min-height: 340px;
    background: #dfe7eb;
}

.single-event-hero__media {
    position: relative;
    min-height: clamp(340px, 56vh, 640px);
}

.single-event-hero__image {
    display: block;
    width: 100%;
    height: clamp(340px, 56vh, 640px);
    object-fit: cover;
    object-position: center;
}

.single-event-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(16, 24, 40, 0.28) 0%, rgba(16, 24, 40, 0.12) 45%, rgba(16, 24, 40, 0.08) 100%);
    pointer-events: none;
}

.single-event-content {
    position: relative;
    padding-top: 1.5rem;
    background: #fff;
}

.single-event-header {
    padding: 0.5rem 0 6rem;
}

.single-event-content__title {
    margin-bottom: 0;
}

.single-event-content__meta {
    margin-bottom: 0;
}

.single-event-header__title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 64px;
    font-weight: 600;
    line-height: 0.95;
    color: #30343E;
}

.single-event-header__date {
    margin-top: 0.85rem;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #30343E;
}

.single-event-content__excerpt {
    margin-bottom: 0;
}

.single-event-layout {
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
    padding-bottom: 2.5rem;
}

.single-event-description {
    min-width: 0;
}

.single-event-description__lead {
    margin-bottom: 1.5rem;
    font-family: 'Manrope', sans-serif;
    font-size: 1.125rem;
    line-height: 1.7;
    color: #30343e;
}

.single-event-description__body {
    font-family: 'Manrope', sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0 !important;
    color: #30343E !important;
}

.single-event-description__actions {
    margin-top: 2rem;
}

.single-event-carousel {
    min-width: 0;
}

.single-event-carousel__slider,
.single-event-carousel__single {
    position: relative;
}

.single-event-carousel__item,
.single-event-carousel__single {
    border-radius: 24px;
    overflow: hidden;
}

.single-event-carousel__image {
    display: block;
    width: 100%;
    aspect-ratio: 5 / 4;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
}

.single-event-carousel__control {
    width: 3.5rem;
    opacity: 1;
}

.single-event-carousel__control-icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 999px;
    background-color: rgba(48, 52, 62, 0.72);
    background-size: 1rem 1rem;
}

.single-event-carousel__indicators {
    position: static;
    margin-top: 1rem;
    margin-bottom: 0;
    gap: 0.55rem;
}

.single-event-carousel__indicators [data-bs-target] {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background-color: #c7d2da;
    opacity: 1;
}

.single-event-carousel__indicators .active {
    background-color: #1d70b8;
}

.single-event-content__body {
    padding-bottom: 3rem;
}

.single-event-info-section {
    position: relative;
    padding: 1.5rem 0 2rem;
}

.single-event-info-content {
    padding-left: 0;
}

.single-event-info-content::before {
    content: "";
    display: block;
    width: 100%;
    border-top: 1px solid #30343E;
    margin-bottom: 1.85rem;
}

.single-event-info-grid {
    margin: 0;
}

.single-event-info-cards-grid {
    --bs-gutter-x: 1.7778rem;
    --bs-gutter-y: 1.7778rem;
}

.single-event-info-card {
    height: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.single-event-info-card__title {
    margin-bottom: 0.8rem;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(1.7778rem, 3vw, 2.2222rem);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #0091C9;
}

.single-event-info-card__content {
    max-width: 22rem;
    margin-bottom: 0.35rem;
    font-family: 'Manrope', sans-serif;
    font-size: 0.8889rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    color: #30343E;
}

.single-event-info-card__content:last-child {
    margin-bottom: 0;
}

.single-event-included__list {
    margin: 0;
    padding-left: 1.25rem;
    list-style: disc;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.45;
    color: #30343E;
}

.single-event-included__list li {
    break-inside: avoid;
    margin-bottom: 0.5rem;
}

.single-event-included-list {
    margin: 0;
}

.single-event-included-column {
    min-width: 0;
    margin-top: 0;
    padding-left: 0;
}

.single-event-included-item::marker {
    color: #30343E;
}

.single-event-included-item {
    font-size: 0.8889rem;
}

.single-event-visual {
    display: flex;
    width: 100%;
    min-height: 100%;
    align-items: flex-end;
    justify-content: flex-end;
}

.single-event-visual__frame {
    display: flex;
    width: 100%;
    min-height: 100%;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
}

.single-event-visual__placeholder {
    display: flex;
    width: min(100%, 620px);
    min-height: 390px;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.single-event-visual__svg {
    display: block;
    width: min(100%, 650px);
    height: auto;
    overflow: visible;
}

.single-event-visual__svg path {
    fill: none;
    stroke: #0B8FCA;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.single-event-visual__svg .single-event-visual__fill--gold {
    fill: #FDBB2D;
}

.single-event-visual__svg .single-event-visual__fill--violet {
    fill: #B06BAE;
}

.single-event-visual__svg .single-event-visual__fill--red {
    fill: #F34527;
}

@media (max-width: 991.98px) {
    .single-event-hero,
    .single-event-hero__media,
    .single-event-hero__image {
        min-height: 280px;
        height: clamp(280px, 42vh, 420px);
    }

    .single-event-content {
        padding-top: 1rem;
    }

    .single-event-header {
        padding-bottom: 1.5rem;
    }

    .single-event-info-section {
        padding: 1.25rem 0 1.75rem;
    }

    .single-event-info-content::before {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .single-event-info-card__title {
        font-size: clamp(1.5556rem, 8vw, 2rem);
        margin-bottom: 0.75rem;
    }

    .single-event-visual__frame {
        min-height: 0;
        padding: 0;
    }

    .single-event-visual__placeholder {
        width: 100%;
        min-height: 0;
    }

    .single-event-visual__svg {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .single-event-layout {
        display: grid;
        grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
        gap: 3rem;
        align-items: start;
    }

    .single-event-info-grid {
        align-items: stretch;
    }

    .single-event-visual {
        padding-top: 0.5rem;
        padding-left: 1rem;
    }
}
