/**
 * Circulaire / Flyers front shortcode.
 */

.npc-flyer {
	max-width: 100%;
	margin: 0 auto;
}

.npc-flyer__link {
	display: block;
	line-height: 0;
}

.npc-flyer__img,
.npc-flyer__picture img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}

.npc-flyer__empty {
	padding: 32px 20px;
	text-align: center;
	border: 1px solid #d2d2d7;
	border-radius: 12px;
	background: #f5f5f7;
	color: #1d1d1f;
}

.npc-flyer__empty-title {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35;
}

.npc-flyer__empty-sub {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	color: #6e6e73;
}

.npc-flyer__pdf {
	margin: 12px 0 0;
	font-size: 14px;
	text-align: center;
}

.npc-flyer__pdf a {
	color: #2f5d3a;
	text-decoration: none;
}

.npc-flyer__pdf a:hover,
.npc-flyer__pdf a:focus {
	text-decoration: underline;
}

.npc-flyer__preview-badge {
	margin: 10px 0 0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #8a5a00;
	text-align: center;
}
