/*! Adbutler Integration */

.adbutler-ad {
	margin: 10px 0;
}

.adbutler-ad .ad__content {
	display: flex;
	justify-content: center;
	margin-bottom: 1rem;
}

.adbutler-ad .ad__inner {
	max-width: 100%;
}

.adbutler-ad .ad__wrapper {
	max-width: 100%;
}

.adbutler-ad .ad__label {
	display: block;
	font-weight: 600;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}

.adbutler-ad img {
	height: auto;
	max-width: 100%;
}

/* Header slot */
.adbutler-ad--header {
	/*margin-top: 1rem;*/
}

/* Sidebar slot */
.adbutler-ad--sidebar {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

/* Footer slot */
.adbutler-ad--footer {
	margin-top: 1rem;
}

/* Variant-specific styling */
.adbutler-ad.type-skyscraper .ad__wrapper {
	max-width: 100%;
}

@media (min-width: 768px) {
	.adbutler-ad.type-skyscraper .ad__wrapper {
		margin-left: auto;
	}
}
