/* 载具/资产列表模式：图片相对文字上下居中 */
.card.list .thumb[data-v-4f64ed37] {
  width: 176px !important;
  height: 99px !important;
  border-radius: 10px;
  align-self: center;
}
.card.list[data-v-4f64ed37] {
  gap: 16px !important;
  align-items: center !important;
}
.card.list .body[data-v-4f64ed37] {
  padding-left: 2px;
  display: block;
  min-height: 0;
}
.card.list .body .price[data-v-4f64ed37],
.card.list .price[data-v-4f64ed37] {
  margin-top: 0;
}

/* 资产列表：与载具列表同尺寸缩略图 */
.card.list[data-v-102fbcbd] {
  gap: 16px !important;
  align-items: center !important;
}
.card.list .thumb[data-v-102fbcbd] {
  width: 176px !important;
  height: 99px !important;
  border-radius: 10px;
  align-self: center;
}

/* 载具列表：车行 + 停放资产 */
.dealer[data-v-4f64ed37] {
  color: #64b5f6;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 4px;
  font-size: 12px;
  overflow: hidden;
}
.garage[data-v-4f64ed37] {
  color: #64b5f6;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 4px 0 0;
  font-size: 12px;
  overflow: hidden;
}
