/**
 * AdSense manual units — layout conservativo per UX/Core Web Vitals.
 */

.mytheme-adsense {
	clear: both;
	width: 100%;
	margin: 2.25rem auto;
	text-align: center;
	overflow: hidden;
	contain: layout;
}

.mytheme-adsense__label {
	margin: 0 0 .35rem;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #666;
}

.mytheme-adsense .adsbygoogle {
	display: block;
	width: 100%;
	min-height: 180px;
}

/* Se AdSense segnala uno slot non riempito, non manteniamo spazio inutile. */
.mytheme-adsense .adsbygoogle[data-ad-status="unfilled"] {
	min-height: 0 !important;
}

@media (min-width: 768px) {
	.mytheme-adsense {
		margin-top: 2.75rem;
		margin-bottom: 2.75rem;
	}

	.mytheme-adsense .adsbygoogle {
		min-height: 250px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mytheme-adsense,
	.mytheme-adsense * {
		scroll-behavior: auto !important;
	}
}
