/* =========================================================
   KiwiAI — Article cover, mobile full image
   تصویر کامل، بدون crop، کارت یک‌دست و گوشه‌های زیبا
   ========================================================= */

#heroBox.kiwi-hero-attached{
  overflow:hidden !important;
  border-radius:30px !important;
}

#heroBox.kiwi-hero-attached .article-hero-img,
#heroBox.kiwi-hero-attached .article-hero-media,
#heroBox.kiwi-hero-attached .article-cover-wrap,
#heroBox.kiwi-hero-attached .hero-cover-wrap{
  overflow:hidden !important;
  border-radius:30px 30px 0 0 !important;
  background:transparent !important;
}

/* دسکتاپ: استاندارد 16:9 */
#heroBox.kiwi-hero-attached .article-hero-img,
#heroBox.kiwi-hero-attached .article-hero-media,
#heroBox.kiwi-hero-attached .article-cover-wrap,
#heroBox.kiwi-hero-attached .hero-cover-wrap{
  aspect-ratio:var(--kiwi-article-cover-ratio, 16 / 9) !important;
  min-height:0 !important;
}

#heroBox.kiwi-hero-attached #articleImage{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:transparent !important;
  border-radius:30px 30px 0 0 !important;
}

/* موبایل */
@media (max-width:767.98px){

  #heroBox.kiwi-hero-attached{
    border-radius:24px !important;
    margin:10px auto 20px !important;
    box-shadow:0 14px 32px rgba(12,69,43,.12) !important;
  }

  #heroBox.kiwi-hero-attached .article-hero-img,
  #heroBox.kiwi-hero-attached .article-hero-media,
  #heroBox.kiwi-hero-attached .article-cover-wrap,
  #heroBox.kiwi-hero-attached .hero-cover-wrap{
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:var(--kiwi-article-cover-ratio, 16 / 9) !important;
    border-radius:24px 24px 0 0 !important;
  }

  #heroBox.kiwi-hero-attached #articleImage{
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
    object-position:center center !important;
    border-radius:24px 24px 0 0 !important;
  }

  #heroBox.kiwi-hero-attached .article-hero-info{
    border-radius:0 0 24px 24px !important;
  }
}
