.custom-event-item {
    background-color: white;
    color: black;
    padding: 1rem;
    display: flex;
    position: relative;
}

.custom-event-date {
    margin-right: 1rem;
    color: #0070b9;
    text-align: center;
}

.custom-event-date .start-month {
    text-transform: uppercase;
}

.custom-event-date .start-day {
    font-size: 2rem;
    font-weight: bold;
}

.custom-event-item .event-time {
    font-weight: 300;
    margin-bottom: 0.25rem;
    display: block;
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.cat-Online {
    color: #D34E24;
}

.cat-Hybrid {
    color: #682D63;
}

.cat-In-Person {
    color: #034977;
}

.cat-Outdoor {
    color: #1E882A;
}

.events-widget-wrapper {
    max-height: 30em;
    overflow: auto;
}