/**
 * SmartMag Child — In-content banner frontend styles.
 *
 * Kept intentionally minimal so the banner inherits the surrounding content
 * width. The <picture> + <source media> mechanism handles desktop/mobile
 * switching at the markup level, so no media queries are required here.
 */

.smartmag-content-banner {
	display: block;
	margin: 2em 0;
	text-align: center;
}

.smartmag-content-banner__link {
	display: inline-block;
	max-width: 100%;
	line-height: 0;
	text-decoration: none;
	border: 0;
	box-shadow: none;
}

.smartmag-content-banner__picture,
.smartmag-content-banner__img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
