/* =========================================================
   PGP v237 — Home Most Visited Garages: remove red line under image
   المطلوب: عند عمل Follow لكراج داخل "أكثر الكراجات زيارة"
   لا يظهر الخط الأحمر تحت صورة الكراج.
   لا يمس إطار السكشن الخارجي ولا الكارتات الأخرى.
   ========================================================= */

/* The red strip comes from old follow/card shadow/border rules landing on the media/image area. */
html body #home :is(.pgp-most-viewed-card,.pgp-home-managed-section) .pgp-most-product.pgp-most-garage.pgp-garage-is-following .pgp-most-media,
html body #home :is(.pgp-most-viewed-card,.pgp-home-managed-section) .pgp-most-product.pgp-most-garage.pgp-home-section-is-following .pgp-most-media,
html body #home :is(.pgp-most-viewed-card,.pgp-home-managed-section) .pgp-most-product.pgp-most-garage .pgp-most-media{
  border-bottom:0!important;
  outline:0!important;
  box-shadow:none!important;
  background-clip:padding-box!important;
}

/* Kill any pseudo stripe on the media/image itself */
html body #home :is(.pgp-most-viewed-card,.pgp-home-managed-section) .pgp-most-product.pgp-most-garage .pgp-most-media::before,
html body #home :is(.pgp-most-viewed-card,.pgp-home-managed-section) .pgp-most-product.pgp-most-garage .pgp-most-media::after,
html body #home :is(.pgp-most-viewed-card,.pgp-home-managed-section) .pgp-most-product.pgp-most-garage .pgp-most-media img::before,
html body #home :is(.pgp-most-viewed-card,.pgp-home-managed-section) .pgp-most-product.pgp-most-garage .pgp-most-media img::after{
  content:none!important;
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
  background:none!important;
  border:0!important;
  box-shadow:none!important;
}

/* Keep image clean: no bottom red shadow/outline after follow */
html body #home :is(.pgp-most-viewed-card,.pgp-home-managed-section) .pgp-most-product.pgp-most-garage.pgp-garage-is-following .pgp-most-media img,
html body #home :is(.pgp-most-viewed-card,.pgp-home-managed-section) .pgp-most-product.pgp-most-garage.pgp-home-section-is-following .pgp-most-media img,
html body #home :is(.pgp-most-viewed-card,.pgp-home-managed-section) .pgp-most-product.pgp-most-garage .pgp-most-media img{
  border-bottom:0!important;
  outline:0!important;
  box-shadow:none!important;
}

/* If the stripe is caused by the followed card shadow, keep the card frame but remove only the inner bottom glow. */
html body #home .pgp-most-product.pgp-most-garage.pgp-garage-is-following,
html body #home .pgp-most-product.pgp-most-garage.pgp-home-section-is-following{
  box-shadow:0 7px 18px rgba(0,0,0,.024)!important;
}

/* Extra guard: no red inset at bottom of garage media cards */
html body #home .pgp-most-product.pgp-most-garage .pgp-most-media{
  border-block-end:0!important;
  -webkit-box-shadow:none!important;
  clip-path:inset(0 0 0 0 round inherit)!important;
}
