.csw-last-posts {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	width: 100%;
}

.csw-last-posts__item {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	overflow: hidden;
}

.csw-last-posts__image {
	display: block;
	text-decoration: none;
}

.csw-last-posts__image-element {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.csw-last-posts__content {
	flex: 1 1 auto;
	min-width: 0;
}

.csw-last-posts__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.75rem;
	margin: 0 0 0.35rem;
	font-size: 0.875em;
	line-height: 1.4;
}

.csw-last-posts__title {
	margin: 0;
	font-size: 1rem;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.csw-last-posts__excerpt {
	margin: 0.5rem 0 0;
	line-height: 1.5;
}

.csw-last-posts__read-more {
	display: inline-block;
	margin-top: 0.6rem;
}

.csw-last-posts__empty {
	margin: 0;
}

.csw-last-posts--compact .csw-last-posts__item {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
}

.csw-last-posts--compact .csw-last-posts__image {
	flex: 0 0 5.5rem;
	width: 5.5rem;
}

.csw-last-posts--compact .csw-last-posts__image-element {
	width: 5.5rem;
	height: 5.5rem;
	object-fit: cover;
}

.csw-last-posts--vertical .csw-last-posts__item {
	display: block;
}

.csw-last-posts--vertical .csw-last-posts__image {
	width: 100%;
	margin-bottom: 0.75rem;
}

.csw-last-posts--vertical .csw-last-posts__image-element {
	width: 100%;
	height: auto;
	object-fit: cover;
}

@media (max-width: 360px) {
	.csw-last-posts--compact .csw-last-posts__item {
		flex-direction: column;
	}

	.csw-last-posts--compact .csw-last-posts__image {
		flex-basis: auto;
		width: 100%;
	}

	.csw-last-posts--compact .csw-last-posts__image-element {
		width: 100%;
		height: auto;
	}
}