#cr-feed .cr-post {
	margin-top: 2.5rem;
}

#cr-feed .cr-divider {
	position: relative;
	text-align: center;
	margin: 3rem 0 1.5rem;
	border-top: 1px solid rgba( 0, 0, 0, 0.12 );
}

#cr-feed .cr-divider span {
	position: relative;
	top: -0.75em;
	display: inline-block;
	padding: 0 0.85em;
	background: var( --cr-bg, #fff );
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	opacity: 0.65;
}

#cr-feed .cr-post__featured {
	margin: 0 0 1.5rem;
}

#cr-feed .cr-post__featured img {
	display: block;
	width: 100%;
	height: auto;
}

#cr-feed .cr-post__title {
	margin: 0 0 1rem;
}

#cr-feed .cr-post__title a {
	text-decoration: none;
	color: inherit;
}

#cr-sentinel {
	width: 100%;
	height: 1px;
}

#cr-feed.cr-loading::after {
	content: "";
	display: block;
	width: 1.75rem;
	height: 1.75rem;
	margin: 2rem auto;
	border: 2px solid rgba( 0, 0, 0, 0.15 );
	border-top-color: rgba( 0, 0, 0, 0.55 );
	border-radius: 50%;
	animation: cr-spin 0.7s linear infinite;
}

@keyframes cr-spin {
	to { transform: rotate( 360deg ); }
}

.cr-end {
	text-align: center;
	opacity: 0.6;
	margin: 3rem 0;
	font-size: 0.9rem;
}

@media ( prefers-reduced-motion: reduce ) {
	#cr-feed.cr-loading::after {
		animation: none;
	}
}
