.post-wrapper .wp-block-post-template .wp-block-columns {
	align-items: flex-start;
	gap: 20px !important;
	margin: 0 !important;
	padding-bottom: 0 !important;
	flex-wrap: nowrap;
}

.post-wrapper .wp-block-post-template > li > .wp-block-group,
.post-wrapper .wp-block-post-template .wp-block-post > .wp-block-group {
	margin-bottom: 0 !important;
	padding: 0 !important;
	gap: 8px !important;
}

.post-wrapper .wp-block-post-template .wp-block-columns > .wp-block-column:first-child {
	flex: 0 0 260px !important;
	width: 260px !important;
}

.post-wrapper .wp-block-post-template .wp-block-columns > .wp-block-column:last-child {
	flex: 1 1 auto !important;
	width: auto !important;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 6px;
}

.post-wrapper .wp-block-post-template .wp-block-post-featured-image,
.post-wrapper .wp-block-post-template .wp-block-post-featured-image.is-style-full-height {
	width: 260px !important;
	height: 180px !important;
	max-width: 260px;
	max-height: 180px;
	margin: 0 !important;
	overflow: hidden;
	border-radius: 8px;
	box-sizing: border-box;
	border: 1px solid #ddd;
}

.post-wrapper .wp-block-post-template .wp-block-post-featured-image a,
.post-wrapper .wp-block-post-template .wp-block-post-featured-image img {
	display: block;
	width: 260px !important;
	height: 180px !important;
	object-fit: cover;
	border-radius: 8px;
}

.post-wrapper .wp-block-post-template .wp-block-post-title {
	margin: 0 !important;
	font-size: 20px;
	line-height: 1.45;
}

.post-wrapper .wp-block-post-template .wp-block-group.has-gray-color {
	margin: 0 !important;
	gap: 0.3em !important;
}

.post-wrapper .wp-block-post-template .wp-block-group.has-gray-color p {
	margin: 0 !important;
}

.post-wrapper .wp-block-post-template .wp-block-post-date,
.post-wrapper .wp-block-post-template .wp-block-post-author,
.post-wrapper .wp-block-post-template .wp-block-post-terms,
.post-wrapper .wp-block-post-template .wp-block-post-date a,
.post-wrapper .wp-block-post-template .wp-block-post-terms a {
	font-size: 13px;
	line-height: 1.4;
}

.post-wrapper .wp-block-post-excerpt {
	margin: 0 !important;
}

.post-wrapper .wp-block-post-excerpt p,
.post-wrapper .wp-block-post-excerpt .wp-block-post-excerpt__excerpt {
	margin: 0 !important;
	font-size: 15px;
	line-height: 1.7;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	max-height: none;
}

.post-wrapper .wp-block-post-excerpt__more-text,
.post-wrapper .wp-block-post-excerpt__more-link,
.post-wrapper .wp-block-post-excerpt.is-style-read-more-button .wp-block-post-excerpt__more-link {
	display: none !important;
}

.post-wrapper ul.wp-block-post-template {
	display: flex;
	flex-direction: column;
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.post-wrapper .wp-block-post-template > .wp-block-post {
	padding-bottom: 4px;
}

.post-wrapper .wp-block-post-template .wp-block-separator {
	margin: 20px 0 0 !important;
}

@media screen and (max-width: 600px) {
	.post-wrapper .wp-block-post-template .wp-block-columns {
		flex-wrap: wrap;
	}

	.post-wrapper .wp-block-post-template .wp-block-columns > .wp-block-column:first-child,
	.post-wrapper .wp-block-post-template .wp-block-post-featured-image,
	.post-wrapper .wp-block-post-template .wp-block-post-featured-image a,
	.post-wrapper .wp-block-post-template .wp-block-post-featured-image img {
		width: 100% !important;
		max-width: 100%;
	}
}
