.article-page .article-page__main.post-type-event {
    margin-top: 0 !important;
}

.fse-event-hero .fse-publication-hero__inner {
    max-width: 1800px;
    padding-left: clamp(20px, 4.1666667vw, 75px);
    padding-right: clamp(20px, 4.1666667vw, 75px);
}

.fse-event-hero .fse-publication-hero__content {
    max-width: 52rem;
}

.fse-event-hero .fse-event-hero__date {
    color: #1c1c1c;
    font-family: Theinhardt, system-ui, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 0.9rem;
}

.fse-event-hero .fse-event-hero__intro {
    max-width: 44rem;
}

.fse-event-hero .fse-event-hero__cta-row {
    margin-top: 2rem;
}

.fse-event-hero .fse-event-hero__details {
    margin-top: 1.25rem;
}

.fse-event-hero .fse-event-hero__detail,
.fse-event-hero .fse-event-hero__program {
    color: #1c1c1c;
    font-family: Theinhardt, system-ui, sans-serif;
    font-size: 1.3rem;
    line-height: 1.3;
    margin: 0;
}

.fse-event-hero .fse-event-hero__detail + .fse-event-hero__detail,
.fse-event-hero .fse-event-hero__detail + .fse-event-hero__program,
.fse-event-hero .fse-event-hero__program + .fse-event-hero__detail,
.fse-event-hero .fse-event-hero__program + .fse-event-hero__program {
    margin-top: 0.25rem;
}

.fse-event-hero .fse-event-hero__program {
    margin-top: 1.5rem;
}

.fse-event-hero .fse-publication-hero__figure {
    aspect-ratio: 1 / 1;
    justify-self: end;
    max-width: 28rem;
    overflow: hidden;
    width: 100%;
}

.fse-event-hero .fse-publication-hero__figure img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.fse-event-hero .fse-publication-hero__footer {
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .fse-event-hero .fse-event-hero__date {
        font-size: 1.35rem;
    }

    .fse-event-hero .fse-publication-hero__figure {
        margin-left: auto;
        margin-right: auto;
    }
}
