/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 23 2023 | 00:26:52 */
.content-card--recent .post-cards__item {
	background-color: transparent;
}

.post-cards__item-title {
	font-family: var(--main-font-family);
}

.content-card--recent .post-cards__item-content {
	padding: 30px 0 0;
}

.content-card--recent .post-cards__item-link {
	color: var(--primary-brand-color);
	font-size: 14px;
	font-weight: bold;
}

.content-card--recent .post-cards__item-link::before {
	content: '';
	display: inline-block;
	align-self: center;
	width: 40px; height: 1px;
	background-color: currentcolor;
	margin-right: 20px;
}

.content-card--recent .post-cards__item-link::after {
	content: 'READ MORE';
}

.content-card--recent .post-cards__item-link svg {
	display: none;
}

@media (max-width: 1023px) {
	.content-card--recent .post-cards__static-layout {
		grid-template-columns: 1fr;
		overflow-x: initial;
	}
}