.cbs-timetable {display:grid}

.cbs-timetable ul li {
border-style: solid;
border-width: 0px 0px 0px 3px;
border-color: #C94E4E;
padding-left:15px;

}

.cbs-timetable ul li a {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-decoration: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: none;
    transition: all .3s;
    color:#000;
}

.cbs-timetable ul li a > *, .cbs-timetable ul li a > p:last-child {margin:0}


h5.eventtitle {padding-top: 10px !important;
padding-bottom:10px;}


.cbs-timetable ul li a:hover {
    opacity: 1;
    box-shadow: none
}

.date::before {
    content: "\f073"; /* FontAwesome Calendar Icon */
    font-family: "Font Awesome 5 Free"; /* Ensure FontAwesome is loaded */
    font-weight: 900;
    margin-right: 5px;
}
.location::before {
    content: "\f3c5"; /* FontAwesome Map Marker Icon */
    font-family: "Font Awesome 5 Free"; /* Ensure FontAwesome is loaded */
    font-weight: 900; /* Required for solid icons */
    margin-right: 5px;
}
