  .event-poster-block {
	display: flex;
	flex-direction: column;
}
.event-poster-block-middle {
	display: flex;
	flex-direction: row-reverse;
	gap: 30px;
}

.event-poster-block-middle.right-position {
	flex-direction: row;
}
.event-poster-block-photo {
	aspect-ratio: 200 / 309;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
	position: relative;
}
.event-poster-block-photo.standard-paper {
	aspect-ratio: 8.5 / 11;
	background-size: contain;
	height: 250px;
}

.event-poster-block-photo.square-size {
	aspect-ratio: 1 / 1;
	background-size: contain;
	height: 194px;
}	
	
.event-poster-block-detail {
	display: flex;
	flex-direction: column;
	align-self: center;
	width: 100%;
}		
.event-poster-block-head-wrap {
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	width: fit-content;
	padding-bottom: 5px;
}	
.event-poster-block-title h4 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
}		
.event-poster-block-subtitle {
	font-size: 20px;
}	
.event-poster-block-datetime-wrap {
	margin-bottom: 10px;
}		
.event-poster-block-dates {
	font-weight: bold;
	font-size: 18px;
}	
.event-poster-block-location {
	font-size: 18px;
}
.event-poster-block-zoom::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
}
.event-poster-block-zoom::before {
	content: '\f00e';
	z-index: 5;
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 5px 8px 5px 8px;
	color: white;
	font-family: 'Font Awesome 6 Pro';
	font-size: 18px;
	background-color: transparent;
	text-shadow: 1px 1px 3px black;
}	
.event-poster-block-link {
	margin-top: 15px;
}
.event-poster-block-link span {
	margin-right: 5px;
}	
/* When Stacked */
div.event-poster-block + div.event-poster-block {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 2px dotted rgba(0, 0, 0, 0.1);
}	
/* Container rules */
.col-md-4 .event-poster-block, .col-xs-4 .event-poster-block, .col-lg-4 .event-poster-block, .col-sm-4 .event-poster-block, .col-sm-6 .event-poster-block, .col-sm-7 .event-poster-block, .col-sm-5 .event-poster-block {
	container-type: inline-size;
	container-name: poster-block;
}
@container poster-block (max-width: 900px) {
.event-poster-block-photo, .event-poster-block-photo.standard-paper, .event-poster-block-photo.square-size {
height: 100px;
	}
}	
@media only screen and (max-width: 768px) {
	.event-poster-block-middle,.event-poster-block-middle.right-position  {
		flex-direction: column-reverse;
	}
	.event-poster-block-photo {
		width: 250px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top:15px;
	}
	.event-poster-block-photo.standard-paper, .event-poster-block-photo.square-size {
		height: auto;
		width: 250px;
	}		
}	

/*component editor styles */		
.poster-flex-wrap {
	display: flex;
	gap: 30px;
	align-content: center;
	flex-direction: row;
}

.poster-flex-wrap.right-position {
	flex-direction: row-reverse;
}		

.poster-flex-title {
	font-size: 22px;
	font-weight: bold;
	margin-top: 5px;
}		
.poster-flex-subtitle {font-size: 16px;}
.poster-flex-date {font-weight: bold;font-size: 18px;}		
.poster-flex-location {font-size: 18px;margin-bottom:15px}
.poster-flex-desc {font-size: 16px;}
.poster-flex-image {
	width: 186px;
	min-width: 186px;
}	
