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

body.single-notizia-page .sanza-header__mainbar,
body.single-notizia-page .sanza-header.is-scrolled .sanza-header__mainbar,
body.single-notizia-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-notizia-curatore {
    margin-bottom: 0.8889rem;
    font-family: 'Manrope', sans-serif;
    font-size: 0.8889rem;
    font-weight: 400;
    line-height: 1.6;
    color: #30343E;
}

.single-notizia-curatore__name {
    font-weight: 600;
}

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

.single-notizia-short-description {
    margin-top: 1rem;
    margin-bottom: 1.6667rem;
    font-family: 'Manrope', sans-serif;
    font-size: 0.8889rem;
    font-weight: 400;
    line-height: 1.6;
    color: #30343E;
}

.single-notizia-description {
    min-width: 0;
    margin-top: 1.5rem;
}

.single-notizia-description__body {
    display: flow-root;
    font-family: 'Manrope', sans-serif !important;
    font-size: 0.8889rem;
    font-weight: 400;
    line-height: 1.8;
    color: #30343E !important;
}

.single-notizia-description__body * {
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
}

.single-notizia-description__body strong,
.single-notizia-description__body b {
    font-weight: 600 !important;
}

.single-notizia-date {
    margin-top: 1.5rem;
}

.single-notizia-date__value {
    font-weight: 600;
}

.single-notizia-carousel {
    min-width: 0;
    margin-bottom: 1.5rem;
}

.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__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-notizia-description-top {
    padding-bottom: 2.5rem;
}

.single-notizia-description-top__title {
    margin-bottom: 1rem;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: #30343E;
}

.single-notizia-description-top__body {
    font-family: 'Manrope', sans-serif !important;
    font-size: 0.8889rem;
    font-weight: 400;
    line-height: 1.8;
    color: #30343E !important;
}

@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-header__title {
        font-size: 42px;
    }

    .single-notizia-carousel {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .single-notizia-carousel {
        float: right;
        width: min(42%, 430px);
        margin-left: 2rem;
        margin-bottom: 1.25rem;
    }
}
