.jh-events {
    display: grid;
    gap: 0;
}

.jh-events-empty {
    padding: 18px 0;
}

.jh-event {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 18px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.jh-event__date-card {
    display: grid;
    place-items: center;
    min-height: 74px;
    padding: 9px 8px;
    color: inherit;
    text-align: center;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.18);
    background: rgba(0, 0, 0, 0.03);
}

.jh-event__date-card:hover,
.jh-event__date-card:focus {
    color: inherit;
    border-color: currentColor;
}

.jh-event__month {
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.jh-event__day {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.jh-event__meta {
    margin: 0 0 5px;
    font-size: 0.95rem;
    font-weight: 700;
}

.jh-event__title {
    margin: 0 0 8px;
    font-size: 1.25rem;
    line-height: 1.25;
}

.jh-event__title a {
    color: inherit;
    text-decoration: none;
}

.jh-event__title a:hover,
.jh-event__title a:focus {
    text-decoration: underline;
}

.jh-event__excerpt {
    margin-bottom: 10px;
}

.jh-event__excerpt > :first-child,
.jh-event-single__description > :first-child,
.jh-event-single__menu > :first-child {
    margin-top: 0;
}

.jh-event__excerpt > :last-child,
.jh-event-single__description > :last-child,
.jh-event-single__menu > :last-child {
    margin-bottom: 0;
}

.jh-event__read-more {
    font-weight: 700;
}

.jh-event-single__date {
    margin: 0 0 18px;
    font-size: 1.05rem;
    font-weight: 700;
}

.jh-event-single__image {
    margin-bottom: 22px;
}

.jh-event-single__image img {
    display: block;
    width: 100%;
    height: auto;
}

.jh-event-single__menu {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.jh-event-single__menu h2 {
    margin: 0 0 8px;
    font-size: 1.35rem;
}

@media (max-width: 700px) {
    .jh-event {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 14px;
    }

    .jh-event__date-card {
        min-height: 66px;
    }

    .jh-event__day {
        font-size: 1.7rem;
    }
}
