/* post preview styles - Mostly just a copy of old styles for single post previews from blog page */
.cc-post-preview-wrap .article-link {
	 position: relative;
}
.cc-post-preview-item__link {
	z-index: 1;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
 .cc-post-preview-wrap .article-link p {
	 font-size: 20px;
	 font-weight: 600;
	 letter-spacing: 0.5px;
}
 .cc-post-preview-wrap .article-link .date {
	 font-size: 16px;
	 font-weight: 600;
	 color: #b81f25;
}
 .cc-post-preview-wrap .article-link .category {
	 font-size: 16px;
	 font-weight: 600;
	 color: #b81f25;
	 text-transform: uppercase;
}
 .cc-post-preview-wrap .article-link:after {
	 content: '';
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
}
 .cc-post-preview-wrap .article-link .inner-article {
	 background: #d7d7d7;
	 height: 285px;
	 max-width: 400px;
}
 .cc-post-preview-wrap .article-link .inner-article .corner {
	 position: absolute;
	 height: 20px;
	 width: 20px;
}
 .cc-post-preview-wrap .article-link .inner-article .corner.corner-tl {
	 border-top: 6px solid #b81f25;
	 border-left: 6px solid #b81f25;
	 top: 1rem;
	 left: 1rem;
}
 .cc-post-preview-wrap .article-link .inner-article .corner.corner-tr {
	 border-top: 6px solid #b81f25;
	 border-right: 6px solid #b81f25;
	 top: 1rem;
	 right: 1rem;
}
 .cc-post-preview-wrap .article-link .inner-article .corner.corner-bl {
	 border-bottom: 6px solid #b81f25;
	 border-left: 6px solid #b81f25;
	 bottom: 1rem;
	 left: 1rem;
}
 .cc-post-preview-wrap .article-link .inner-article .corner.corner-br {
	 border-bottom: 6px solid #b81f25;
	 border-right: 6px solid #b81f25;
	 bottom: 1rem;
	 right: 1rem;
}
 .cc-post-preview-wrap .article-link .inner-article a {
	 font-size: 20px;
	 font-weight: 600;
	 letter-spacing: 0;
	 color: black;
	 z-index: 2;
	 max-width: 90%;
	 margin: 0.5rem auto;
	 line-height: 1.2;
}
 .cc-post-preview-wrap .article-link .inner-article a:hover, .cc-post-preview-wrap .article-link .inner-article a:active {
	 text-decoration: none;
	 color: #b81f25;
}
 .cc-post-preview-wrap .article-link:hover {
	 transform: scale(1.05);
}