/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 18 2023 | 08:04:52 */
.posts-preview.section {
	padding-top: 3vh;
	padding-bottom: 0;
}

.posts-preview__list-item {
    width: calc((100% - 30px * 3) / 4);
}

.posts-preview__view .posts-preview__meta-type {
	margin-bottom: 21.61px;
	color: var(--primary-brand-color);
}

.posts-preview__view .posts-preview__meta-title {
	margin-bottom: 24px;
}

.posts-preview__list .posts-preview__list-item {
	border-top-color: #C6C6C6;
}

.posts-preview__list .posts-preview__list-item.posts-preview__list-item--active {
	border-top-color: var(--primary-brand-color);
}

.posts-preview__list .posts-preview__list-item-type {
	display: none;
}

.posts-preview__view  .posts-preview__nav .prev-next-button {
	background-color: transparent;
}

@media (min-width: 992px) {
	.posts-preview__view .posts-preview__meta-type {
		font-size: 20px;
		line-height: 20.2px;
	}

	.posts-preview__view .posts-preview__meta-title {
		font-size: 64px;
		line-height: 64.64px;
	}

	.posts-preview__view  .posts-preview__meta-description {
		font-size: 20px;
		line-height: 140%;
	}
	
	.posts-preview__view .posts-preview__image-container {
		height: 451.16px;
	}
}