/* Google Ads — غلاف ناعم (جوال أولاً، ارتفاع ثابت، CLS منخفض) */

.janoob-google-ads-soft {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
}

.janoob-google-ads-soft__frame {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 90px;
	max-height: 90px;
	min-height: 90px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.janoob-google-ads-soft__frame--strip {
	height: 50px;
	max-height: 50px;
	min-height: 50px;
}

@media (min-width: 768px) {
	.janoob-google-ads-soft__frame--strip {
		height: 90px;
		max-height: 90px;
		min-height: 90px;
	}
}

.janoob-google-ads-soft__ins,
.janoob-google-ads-soft .adsbygoogle {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	height: 90px !important;
	max-height: 90px !important;
	min-height: 90px !important;
	overflow: hidden !important;
	margin: 0 auto !important;
}

.janoob-google-ads-soft--strip .janoob-google-ads-soft__ins,
.janoob-google-ads-soft--strip .adsbygoogle {
	height: 50px !important;
	max-height: 50px !important;
	min-height: 50px !important;
}

@media (min-width: 768px) {
	.janoob-google-ads-soft--strip .janoob-google-ads-soft__ins,
	.janoob-google-ads-soft--strip .adsbygoogle {
		height: 90px !important;
		max-height: 90px !important;
		min-height: 90px !important;
	}
}

/* حاوية AdSense القديمة — خفض الحجز على الجوال عند بقاء المسار الاحتياطي */
.janoob-ad-container.janoob-google-ads-soft:not(.buildin-janoob-slot) {
	min-height: 90px;
	padding: 8px;
	padding-top: 28px;
	margin: 15px auto;
}

@media screen and (min-width: 768px) {
	.janoob-ad-container.janoob-google-ads-soft:not(.buildin-janoob-slot) {
		min-height: 90px;
		padding: 12px;
		padding-top: 32px;
	}
}
