/**
 * MSNBC Ads Styling
 */

.mps-wrapper {
	background-color: var(--wp--preset--color--grey-20);
}

/* Topbanner Ad */
.msnow-ad-topbanner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: auto;
	min-height: 90px;
}

.msnow-ad-topbanner .mps-slot iframe {
	width: 970px;
	height: 250px;
}

/* Boxinline Ad */
.msnow-ad-boxinline {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
}

.msnow-ad-topbanner .mps-slot,
.msnow-ad-boxinline .mps-slot {
	align-items: center;
}

.msnow-ad-boxinline .mps-slot iframe {
	width: 300px;
	height: 250px;
}

/* Boxflex Ad - Right Rail */
.msnow-ad-boxflex {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
	min-height: 250px;
}

/* Collapse when empty */
.mps-wrapper:has(> .mps-slot[style*="display: none"]),
.mps-wrapper:has(> .mps-slot[style*="display:none"]),
.mps-wrapper:not(:has(iframe)) {
	min-height: 0;
	margin: 0;
	padding: 0;
}
