/* =============================================================================
   Post Visibility Delay — Front-end styles
   Theme authors can override any of these using the same selectors.
   ============================================================================= */

.pvd-excerpt {
	margin-bottom: 1.5em;
}

.pvd-advert-block {
	margin-top: 1.5em;
	padding: 1.25em 1.5em;
	background: #f8f9fa;
	border-left: 4px solid #0073aa;
	border-radius: 0 4px 4px 0;
}

.pvd-countdown {
	display: inline-block;
	background: #0073aa;
	color: #fff;
	font-weight: 600;
	font-size: 0.8em;
	padding: 0.3em 0.8em;
	border-radius: 3px;
	margin-bottom: 0.85em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.pvd-advert-content {
	margin-top: 0.25em;
}
