/**
 * MSNBC Ads Styling
 */

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

/* Collapse height when MPS hides the ad slot */
.msnow-ad-topbanner:has(> [style*="display: none"]),
.msnow-ad-topbanner:has(> [style*="display:none"]) {
	min-height: 0;
}

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