:root { --mb-gap: 1rem; }
body { background: #fafafa; }
.card-car { overflow: hidden; }
.card-car img { width: 100%; height: 180px; object-fit: cover; background: #eee; }
.badge-soft { background: #eef2ff; color: #3730a3; }
.breadcrumbs ol { list-style: none; padding: 0; margin: 0 0 1rem 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.breadcrumbs li::after { content: "›"; margin-left: .5rem; color: #999; }
.breadcrumbs li:last-child::after { content: ""; }
.breadcrumbs a { text-decoration: none; }

.site-logo{height:115px;width:auto;display:block;}
@media (max-width:576px){.site-logo{height:42px;}}

.sold-watermark{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:54px;letter-spacing:2px;color:rgba(220,53,69,.65);transform:rotate(-18deg);text-transform:uppercase;pointer-events:none;}
@media (max-width:576px){.sold-watermark{font-size:40px;}}

.car-thumbs::-webkit-scrollbar{height:8px;}
.car-thumbs::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:999px;}
.thumb-btn{border:2px solid transparent;border-radius:10px;padding:0;background:transparent;flex:0 0 auto;}
.thumb-btn img{height:72px;width:110px;object-fit:cover;border-radius:8px;display:block;}
.thumb-btn.active{border-color:var(--bs-primary);} 
@media (max-width:576px){.thumb-btn img{height:64px;width:96px;}}

.share-mini .share-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #dee2e6;
  background: #fff;
  color: #333;
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  transition: all .15s ease;
}

.share-mini .share-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0,0,0,.12);
}

.share-mini .fb { color: #1877f2; }
.share-mini .ig { color: #e1306c; }
.share-mini .tt { color: #000; }
