.tribe-events-event-meta {display:none!important;}

.safeguarding { 
	width: 100%;
    font-size: 10px;
    height: 100px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    line-height: 1.45;
}

.safeguarding_terms { 
	width:100%;
}

.safeguarding_terms .required:nth-of-type(2) {
    /* Your styles for the second occurrence of class "required" in class "safeguarding" */
    display:none!important;
    /* Add more styles as needed */
}

.calendar-unavailable {
	background: red; 
	border-radius: 3px;
	padding: 3px;
	text-align: center;
	font-size:12px;
	color: white;
	font-weight:bold;

}