/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 21 2025 | 04:13:07 */
.resources-title {
	border-radius: 30px;
	height: 140px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
}
.resources-images {
	display: flex;
	align-items: center;
	gap: 60px;
	justify-content: flex-end;
}
.resource-filters {
	display: flex;
	padding-bottom: 60px;
	justify-content: center;
	align-items: center;
	gap: 30px;
	align-self: stretch;
}

/* Resource Cards */
.resource-cards .post-cards__item {
	background: transparent;
}
.resource-cards .post-cards__item, .resource-cards .post-cards__item .news-card .standard-card-content { background: #EFEFEF; }
.news-card {
	max-height: 540px;
	height: 540px;
}
.news-card .standard-card-image {
    height: 200px;
    border-radius: 30px;
    clip-path: border-box;
}
.news-card .standard-card-text {
	color: var(--p2);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 16.8px */
}
.news-card .evlt-image::after {
	content: url(https://greaterwhitsundayalliance.com.au/wp-content/uploads/2024/07/Vector.svg);
	position: absolute;
	left: 20px;
	top: 20px;
}
.news-card.featured-article-card .evlt-image::after {
	content: url(https://greaterwhitsundayalliance.com.au/wp-content/uploads/2024/07/Vector-2.svg);
}
.report-cover-image {
	display:none;
	position: absolute;
}
.report-cover-image img {
	height: 540px;
	object-fit: cover;
}
@media (min-width: 1024px) {
	.resource-cards .post-cards__item:hover .report-cover-image {
		display: block;
	}
	.resource-cards .post-cards__item:has(.report-cover-image):hover .resource-card {
		display: none;
	}
	.visible-tag[style="--items-count: 1;"] .post-cards__static-layout:has(.report-cover-image) {
		height: 540px;
	}
}