
#fcbc-event-list-wrapper {
    font-family: "Hanken Grotesk", sans-serif;
    
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#fcbc-event-list-wrapper .event-item {
    display: flex;
    flex-direction: row;
    gap: 10px
}

#fcbc-event-list-wrapper .month-day {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30px;
}

#fcbc-event-list-wrapper .time-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#fcbc-event-list-wrapper .month-day .month {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    line-height: 19px;
}

#fcbc-event-list-wrapper .month-day .day {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
}

#fcbc-event-list-wrapper .time-title .time {
    font-size: 12px;
}

#fcbc-event-list-wrapper .time-title .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #333;
}

#fcbc-event-list-wrapper .time-title .title:hover {
    text-decoration: underline;
}