.row-post-rail {
	padding: 60px 0;
}

.post-rail-card-image img {
	display: block;
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.post-rail-card-title {
	margin: 12px 0 8px;
	font-size: 1.25rem;
}

.post-rail-card-excerpt {
	font-size: 0.95rem;
	line-height: 1.5;
}

.soke-post-carousel {
	position: relative;
}

.soke-post-carousel .owl-nav {
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	pointer-events: none;
}

.soke-post-carousel .owl-nav button {
	pointer-events: auto;
	background: rgba(255,255,255,0.5) !important;
	color: #585858 !important;
	border: none;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.soke-post-carousel .owl-nav .owl-prev {
	margin-left: -22px;
}

.soke-post-carousel .owl-nav .owl-next {
	margin-right: -22px;
}