/* V105 Emergency safe fix: hide broken hero img/alt leak without touching PHP HTML */
.v71-right-card img:not([src]),
.v71-right-card img[src=""],
.v71-right-card img[src="#"]{
  display:none!important;
}
.v71-right-card img{
  font-size:0!important;
  color:transparent!important;
  text-indent:-9999px!important;
  overflow:hidden!important;
}
.v71-right-card{
  overflow:hidden!important;
}
