.he-events .he-moneybird-heading {
    grid-column: 1 / -1;
    margin: 18px 0 2px;
    padding-top: 22px;
    border-top: 1px solid var(--he-line, rgba(13,13,15,.14));
}
.he-events .he-moneybird-heading span {
    display: block;
    color: var(--he-text, #0d0d0f);
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    line-height: 1.1;
    font-weight: 800;
}
.he-events .he-moneybird-heading small {
    display: block;
    margin-top: 7px;
    color: var(--he-muted, #5f5b58);
    font-size: .84rem;
    line-height: 1.5;
}
.he-events .he-field[hidden] { display: none !important; }
