.block-vintages .wp-block-post .wp-block-group > p:first-child {
	font-family: var(--wp--preset--font-family--second);
}
.block-vintages .wp-block-post h3 {
	display: inline-block;
	transition: .25s ease-in-out;
}
.block-vintages .wp-block-post h3 .font-edo {
	color: var(--wp--preset--color--dark);
	font-family: var(--wp--preset--font-family--title);
	font-weight: 700;
	line-height: 1.2;
	transform: none;
	transition: .25s ease-in-out;
}
.block-vintages .wp-block-post h3 .font-edo:after {
	content: ' - ';
	margin-right: 5px;
}
.block-vintages .wp-block-post h3 br {
	display: none;
}
.block-vintages .wp-block-read-more {
	margin-top: auto;
}
.block-vintages .wp-block-post .wp-block-group > p:first-child:after {
	content: '';
	position: absolute;
	top: 130px;
	left: 50%;
	width: calc(100% + 24px);
	height: 1px;
	background: var(--wp--preset--color--dark);
}
.block-vintages .wp-block-post:last-child .wp-block-group > p:first-child:after {
	content: none;
}
.block-vintages .swiper-slide {
	height: auto;
	align-self: stretch;
}
.block-vintages .swiper-slide > .wp-block-group {
	height: 100%;
}
.block-vintages .wp-block-read-more {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
.block-vintages .wp-block-read-more:before {
	content: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.70688 6L8.29688 7.41L12.8769 12L8.29688 16.59L9.70688 18L15.7069 12L9.70688 6Z" fill="%23E50041"/></svg>');
	height: 24px;
	width: 24px;
	transition: .25s ease-in-out;
}
.block-vintages .wp-block-read-more:hover:before {
	transform: translateX(3px);
}
.block-vintages .wp-block-post:hover h3,
.block-vintages .wp-block-post:hover h3 .font-edo {
	color: var(--wp--preset--color--primary);
}