/* Guardian Ad Manager — front-end styles */

.gam-ad-wrap {
	margin: 24px auto;
	text-align: center;
}

.gam-ad__label {
	display: block;
	margin-bottom: 6px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
	color: #8a8f94;
}

.gam-ad {
	display: block;
	overflow: hidden;
}

.gam-ad__slot {
	display: inline-block;
	max-width: 100%;
	line-height: 0;
}

.gam-ad__slot img,
.gam-ad__slot iframe {
	max-width: 100%;
}

.gam-ad--empty,
.gam-ad--hidden {
	display: none !important;
}

.gam-ad--in_content,
.gam-ad--before_content,
.gam-ad--after_content {
	clear: both;
}

.gam-ad--footer .gam-ad__slot {
	margin-bottom: 12px;
}
