/* V83 · readable vehicle facts and a visible advanced-filter CTA. */
.ci-v9 .car-card .desktop-card-facts,
.ci-v9 .desktop-catalog-shell .desktop-card-facts {
  min-height:54px!important;
}

.ci-v9 .car-card .desktop-card-facts > span,
.ci-v9 .desktop-catalog-shell .desktop-card-facts > span {
  justify-content:center!important;
  gap:5px!important;
  padding:10px 5px 9px!important;
}

.ci-v9 .car-card .desktop-card-facts b,
.ci-v9 .desktop-catalog-shell .desktop-card-facts b {
  font-size:12px!important;
  line-height:1.05!important;
  font-weight:900!important;
  letter-spacing:-.02em!important;
}

.ci-v9 .car-card .desktop-card-facts small,
.ci-v9 .desktop-catalog-shell .desktop-card-facts small {
  font-size:8.5px!important;
  line-height:1.05!important;
  font-weight:800!important;
  letter-spacing:.045em!important;
}

html[data-theme="light"] .ci-v9 .car-card .desktop-card-facts,
html[data-theme="light"] .ci-v9 .desktop-catalog-shell .desktop-card-facts {
  border-color:#cfd8de!important;
  background:#dce3e7!important;
}

html[data-theme="light"] .ci-v9 .car-card .desktop-card-facts > span,
html[data-theme="light"] .ci-v9 .desktop-catalog-shell .desktop-card-facts > span { background:#f5f8fa!important; }
html[data-theme="light"] .ci-v9 .car-card .desktop-card-facts b,
html[data-theme="light"] .ci-v9 .desktop-catalog-shell .desktop-card-facts b { color:#17232c!important; }
html[data-theme="light"] .ci-v9 .car-card .desktop-card-facts small,
html[data-theme="light"] .ci-v9 .desktop-catalog-shell .desktop-card-facts small { color:#5f6e78!important; }

html[data-theme="dark"] .ci-v9 .car-card .desktop-card-facts,
html[data-theme="dark"] .ci-v9 .desktop-catalog-shell .desktop-card-facts {
  border-color:#354550!important;
  background:#354550!important;
}

html[data-theme="dark"] .ci-v9 .car-card .desktop-card-facts > span,
html[data-theme="dark"] .ci-v9 .desktop-catalog-shell .desktop-card-facts > span { background:#17232c!important; }
html[data-theme="dark"] .ci-v9 .car-card .desktop-card-facts b,
html[data-theme="dark"] .ci-v9 .desktop-catalog-shell .desktop-card-facts b { color:#f7fafc!important; }
html[data-theme="dark"] .ci-v9 .car-card .desktop-card-facts small,
html[data-theme="dark"] .ci-v9 .desktop-catalog-shell .desktop-card-facts small { color:#c0cbd2!important; }

.ci-v9 .desktop-more-filters,
html[data-theme="light"] .ci-v9 .desktop-more-filters,
html[data-theme="dark"] .ci-v9 .desktop-more-filters {
  min-height:46px!important;
  height:46px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  padding:0 15px!important;
  border:1px solid #d70e2c!important;
  border-radius:10px!important;
  color:#fff!important;
  background:linear-gradient(135deg,#f32643,#d90c2d)!important;
  box-shadow:0 8px 20px rgba(217,12,45,.2)!important;
  font:850 12px/1.1 Inter,Manrope,sans-serif!important;
  letter-spacing:-.01em!important;
  opacity:1!important;
}

.ci-v9 .desktop-more-filters .ci-icon { width:17px!important;height:17px!important;color:#fff!important; }
.ci-v9 .desktop-more-filters:hover { border-color:#bd0924!important;background:linear-gradient(135deg,#e81c39,#c80928)!important;box-shadow:0 10px 24px rgba(201,9,40,.27)!important; }
.ci-v9 .desktop-more-filters:focus-visible { outline:3px solid rgba(241,14,42,.25)!important;outline-offset:3px!important; }

@media (max-width:899px) {
  .ci-v9 .car-card .desktop-card-facts b { font-size:12.5px!important; }
  .ci-v9 .car-card .desktop-card-facts small { font-size:8.5px!important; }
}

