/* V8941 — consistent promoted placement outside the home dark banner. */
.card.vehicle-card.home-featured-feed-card{position:relative}
body:not(.sayyarati-home-v8448-body) .card.vehicle-card.home-featured-feed-card{
  border-color:#f2b357!important;
  box-shadow:0 12px 30px rgba(184,108,0,.13)!important;
}
body:not(.sayyarati-home-v8448-body) .card.vehicle-card.home-featured-feed-card .home-featured-feed-label{
  position:absolute;
  z-index:6;
  top:10px;
  inset-inline-start:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:5px 11px;
  border-radius:999px;
  background:#ff6a0a;
  color:#fff;
  font-size:11px;
  font-weight:950;
  line-height:1;
  box-shadow:0 7px 18px rgba(217,106,0,.22);
}
