.location-hours{
	display: flex;
	flex-direction: column;
	gap:20px;
}

.cast-details{
	margin-block-start: 0 !important;
	color: #ccc;
}

.cast-title{
	padding-top: 0 !important;
}

.wp-block-details h3{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.back-to-archive-button{
	width: 52px !important;
	height: 52px !important;
}

.back-to-archive-button svg{
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	border-style: solid;
	border-width: 1px;
	border-color: #434343;
	background-color: #000;
	transition: all 0.5s;
	fill:#fff;
	margin-bottom: 20px;
	cursor: pointer;
}

.back-to-archive-button:hover svg{
	fill:#fff;
	background-color: #434343;
}