/* V8888 — full-width vehicle cards inside a car-group results page */
.vehicle-group-vehicles-v8858__results{width:100%;min-width:0}
.vehicle-group-vehicles-v8858__grid{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:14px!important;
  width:100%!important;
  min-width:0!important;
}
.vehicle-group-vehicles-v8858__grid>.vehicle-card.arranged-premium-card{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
}
.vehicle-group-vehicles-v8858__grid>.vehicle-card.arranged-premium-card>.arranged-premium-link{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) clamp(260px,34%,380px)!important;
  grid-template-areas:"content image"!important;
  width:100%!important;
  min-width:0!important;
  min-height:220px!important;
  height:auto!important;
  align-items:stretch!important;
  direction:ltr!important;
  overflow:hidden!important;
}
.vehicle-group-vehicles-v8858__grid .arranged-premium-content{
  grid-area:content!important;
  width:100%!important;
  min-width:0!important;
  padding:18px 20px!important;
  gap:10px!important;
  direction:rtl!important;
}
.vehicle-group-vehicles-v8858__grid .arranged-premium-imagebox{
  grid-area:image!important;
  width:100%!important;
  min-width:0!important;
  height:100%!important;
  min-height:220px!important;
  border-radius:0!important;
  overflow:hidden!important;
}
.vehicle-group-vehicles-v8858__grid .arranged-premium-image{
  width:100%!important;
  height:100%!important;
  min-height:220px!important;
  object-fit:cover!important;
}
.vehicle-group-vehicles-v8858__grid .arranged-premium-title{
  max-width:100%!important;
  white-space:normal!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.vehicle-group-vehicles-v8858__grid .arranged-premium-bottom{
  width:100%!important;
  min-width:0!important;
  gap:12px!important;
  flex-wrap:wrap!important;
}
.vehicle-group-vehicles-v8858__grid .arranged-premium-price,
.vehicle-group-vehicles-v8858__grid .arranged-premium-action{min-width:0!important}

@media(max-width:760px){
  .vehicle-group-vehicles-v8858__grid{gap:10px!important}
  .vehicle-group-vehicles-v8858__grid>.vehicle-card.arranged-premium-card>.arranged-premium-link{
    grid-template-columns:minmax(0,1fr) minmax(150px,42%)!important;
    min-height:184px!important;
  }
  .vehicle-group-vehicles-v8858__grid .arranged-premium-content{padding:12px 11px!important;gap:7px!important}
  .vehicle-group-vehicles-v8858__grid .arranged-premium-imagebox,
  .vehicle-group-vehicles-v8858__grid .arranged-premium-image{min-height:184px!important}
  .vehicle-group-vehicles-v8858__grid .arranged-premium-title{font-size:17px!important;line-height:1.35!important}
  .vehicle-group-vehicles-v8858__grid .arranged-premium-action{padding-inline:12px!important}
}

@media(max-width:430px){
  .vehicle-group-vehicles-v8858__grid>.vehicle-card.arranged-premium-card>.arranged-premium-link{
    grid-template-columns:minmax(0,1fr) 42%!important;
    min-height:172px!important;
  }
  .vehicle-group-vehicles-v8858__grid .arranged-premium-imagebox,
  .vehicle-group-vehicles-v8858__grid .arranged-premium-image{min-height:172px!important}
  .vehicle-group-vehicles-v8858__grid .arranged-premium-content{padding:10px 9px!important;gap:6px!important}
  .vehicle-group-vehicles-v8858__grid .arranged-premium-title{font-size:15.5px!important}
  .vehicle-group-vehicles-v8858__grid .arranged-premium-specs{gap:5px!important}
  .vehicle-group-vehicles-v8858__grid .arranged-premium-bottom{gap:7px!important}
}
