/**
 * AdX Autopilot — front-end ad container styles.
 */
.adx-wrap {
	margin: 1.6em auto;
	clear: both;
	text-align: center;
	max-width: 100%;
}

.adx-wrap .adx-label {
	display: block;
	margin: 0 0 4px;
	font-size: 11px;
	line-height: 1;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #9aa0a6;
}

.adx-slot {
	display: inline-block;
	max-width: 100%;
	line-height: 0;
}

.adx-p-in_content {
	margin: 1.8em auto;
}

.adx-p-before_content {
	margin-bottom: 1.6em;
}

.adx-p-after_content {
	margin-top: 1.6em;
}

.adx-archive-ad {
	margin: 1.5em 0;
	text-align: center;
}

/* Sticky sidebar */
.adx-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}

@media (max-width: 782px) {
	.adx-sticky {
		position: static;
	}
}
