/*======
*
* Custom Styles for Eventchamp Child Theme
*
======*/

/* A4 aspect ratio for event thumbnails */
.other-event-listing .gt-image img,
.other-event-archive .gt-image img {
	aspect-ratio: 210 / 297;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

/* 5 column layout support */
.gt-column-5 .gt-col {
	flex: 0 0 20%;
	max-width: 20%;
}

@media (max-width: 1200px) {
	.gt-column-5 .gt-col {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media (max-width: 991px) {
	.gt-column-5 .gt-col {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

@media (max-width: 768px) {
	.gt-column-5 .gt-col {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 576px) {
	.gt-column-5 .gt-col {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* Date display style below title */
.gt-prominent-date {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.gt-prominent-date .gt-date-text {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #555;
	line-height: 1.4;
}

/* Other Event Archive Layout */
.other-event-row {
	display: flex;
	justify-content: center;
}

.other-event-container {
	margin: 0 auto;
	float: none;
}
