#events-container h4 {
    padding-bottom: 0;
}

.c7n-calendar-link {
    margin-top: 1rem;
}

.c7n-calender-description p:last-of-type {
    margin-bottom: 0;
}

.c7n-calender-description {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1rem;
    hyphens: auto;
}

.c7n-event figure a {
    height: 100%;
}

#events-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (max-width: 769px) {
    .c7n-calender-description {
        margin-bottom: 0;
    }
}