/* Mobile-friendly AdSense controls */
/* Prevent intrusive ad behavior on mobile devices */

/* Limit anchor ad height on mobile */
@media (max-width: 768px) {
	/* Google anchor ads at bottom */
	.adsbygoogle[data-anchor-status='displayed'] {
		max-height: 60px !important;
		opacity: 0.9;
	}

	/* Ensure ads don't cover critical navigation */
	.adsbygoogle {
		z-index: 10 !important;
	}

	/* Prevent vignette ads from being too intrusive */
	.adsbygoogle[data-ad-format='autorelaxed'] {
		display: none !important;
	}
}

/* Improve ad dismissibility */
.adsbygoogle .google-auto-placed {
	position: relative;
}

/* Add subtle styling to make ads less jarring */
.adsbygoogle {
	border-radius: 8px;
	overflow: hidden;
}