/**
 * 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.
 */

/* related post title font size increase on mobile */
@media(max-width: 767px) {
	.related-posts .posts .post h4.post-title {
		font-size: 12px !important;
		line-height: 14px !important;
		max-width: 200px !important;
	}
}