  .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 {
    container-name: fse-event-hero-content;
    container-type: inline-size;
    max-width: 52rem;
}

.fse-event-hero .fse-publication-hero__title {
    /*
     * Scale from the text column rather than the viewport. At 8.3cqi, each
     * line retains room for roughly 22-24 characters in Jannon Display even
     * when the event image reduces the width of the adjacent content column.
     */
    font-size: clamp(1.5rem, 8.3cqi, 4.5rem);
}

.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 {
    color: #555555;
    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;
    line-height: 1.3;
    margin: 0;
}

.fse-event-hero .fse-event-hero__detail {
    font-size: 15px;
}

.fse-event-hero .fse-event-hero__program {
    font-size: 1.3rem;
}

.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;
    }
}
