/* محاذاة محتوى المقال على الموبايل بدون انزياح زائد لليمين */
html[dir="rtl"] .entry-content { direction: rtl; }
.entry-content { margin: 0 auto; max-width: 100%; }
.entry-content > p,
.entry-content > figure,
.entry-content > div { margin-inline: 0; }

/* تحسين الخط والمسافات */
.entry-content p { line-height: 1.9; }

/* صور داخل المقال */
.entry-content img { height: auto; max-width: 100%; display: block; margin: 0 auto; border-radius: 8px; }

/* هوامش الإعلانات داخل المحتوى */
.ad-container,
.in-content-ad,
.end-of-content-ad { margin: 20px 0; background: transparent; }

/* ضبط أفضل للموبايل */
@media (max-width: 768px){
  .entry-content { padding-inline: 0; }
  .ad-container,
  .in-content-ad,
  .end-of-content-ad { margin: 16px -10px !important; }
}

/* إخفاء إعلان السايدبار على الشاشات الصغيرة */
@media (max-width: 1024px){
  #sidebar-ad.desktop-only { display: none !important; }
}
