img.event-thumb {
    width: 100% !important;
    height: 70px;
    object-fit: cover;
    padding: 0 !important;
    margin: 0 !important;
}


body.fb-search .teaser.teaser-event {
	border-bottom:1px solid #ccc;
	margin:0;
	padding-top: 20px;
	padding-bottom:20px;
	display:flex;
	gap:20px;
}
body.fb-search .teaser.teaser-event .teaser-body {
	width:100%;
}
body.fb-search .teaser.teaser-event .event-meta {
	display:flex;
	gap:20px;
	margin-bottom:10px;
}

body.fb-search .teaser .teaser-event-date {
	display:flex;
	flex-direction:column;
	text-align:center;
	justify-content:top
}


body.fb-search .teaser .teaser-event-date .event-date-day {
    color:#E4251B;
        font-family:marr_sans_bold,Arial,Helvetica Neue,sans-serif;
        font-size:1.8em;
        margin-top: 10px;
        margin-bottom: 5px;
}

body.fb-search .teaser .teaser-event-date .event-date-month {    
    
    font-size:1.1em;   
    font-weight: 600;    
}

body.fb-search .teaser .teaser-event-date .event-date-year{    
    font-size:0.8em;   
     
}

body.fb-search .teaser .teaser-event-date .event-date-icon svg {
	margin:0;
}

#internalevent .modal-dialog,
#staffevent .modal-dialog,
#studentevent .modal-dialog {
	width:40%;
}