/**
 * "Читайте також" — related posts slider below the single article.
 */

.read-also {
	margin-top: 40px;
}

.read-also__title {
	margin: 0 0 20px;
	font-size: var(--font-size-h2);
	font-weight: var(--font-weight-bold);
	line-height: 1;
}

/* Cover card fills the full slide width/height. */
.read-also .splide__slide .post-card {
	height: 100%;
}

@media (max-width: 767px) {
	.read-also {
		margin-top: 30px;
	}
}
