.vehicle-gallery {
  position: relative;
  min-width: 0;
  background: #05070a;
  overflow: hidden;
}

.gallery-main {
  display: block;
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.gallery-arrow {
  position: absolute;
  z-index: 3;
  top: 150px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  background: rgba(5,7,10,.72);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.gallery-prev { left: 14px; }
.gallery-next { right: 14px; }
.gallery-count { position:absolute;z-index:3;right:15px;top:15px;padding:6px 10px;background:rgba(5,7,10,.76);font-size:.76rem;border-radius:3px }
.gallery-thumbs { display:flex;gap:7px;padding:10px;overflow-x:auto;scrollbar-color:var(--cyan) #101820 }
.gallery-thumbs button { flex:0 0 76px;height:55px;padding:0;overflow:hidden;border:2px solid transparent;background:#111;cursor:pointer }
.gallery-thumbs button.active { border-color:var(--cyan) }
.gallery-thumbs img { width:100%;height:100%;object-fit:cover }
.vehicle-description { margin: 22px 0 0; color: var(--muted); font-size: .98rem; line-height: 1.65; }
.vehicle-card + .vehicle-card { margin-top: 32px; }

@media (max-width: 520px) {
  .gallery-main { height: 285px; }
  .gallery-arrow { top: 120px; }
}
