/**
 * Vanilla Styles
 *
 * This second stylesheet is for hotfixes/vanilla CSS.
 * Do not edit the main style.css directly, rather
 * add your changes here if you are not compiling the Sass files.
 */

/* Fix mobile layout of "New story" with long words on small screens */
@media ( max-width: 450px ) {
	.post-previous-content {
		margin: 0 10px;
	}
}

/* New related post section */
.related-post-section .inside {
	background: #ffffff;
	padding: 12px;
}

.related-post-section .posts-preview-title {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 10px;
	color: #433f3c;
}

.related-post-section .posts-preview-slides {
	padding: 8px 8px 0;
	border-color: #433f3c;
}

.related-post-section .posts-preview-thumb-text {
	font-size: 12px;
	line-height: 18px;
}

.related-post-section {
	padding-bottom: 40px;
}

@media (min-width: 770px) {
	.related-post-section .posts-preview-thumb-link {
		width: 33.33%;
	}
	.related-post-section .posts-preview-thumb-link:nth-child(4) {
		display: none;
	}
}