/*
 * Shared vehicle-card geometry for catalog, homepage showcases and portfolio.
 * Two title lines are always reserved so metadata, price and actions stay put.
 */
.catalog-v2-card-eyebrow{
  height:14px;
  min-height:14px;
  max-height:14px;
  line-height:14px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.catalog-v2-card-title{
  box-sizing:border-box;
  height:43px!important;
  min-height:43px!important;
  max-height:43px!important;
  overflow:hidden;
  display:-webkit-box!important;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.catalog-v2-chips{
  flex-wrap:nowrap!important;
  overflow:hidden;
}
.orders-grid>.catalog-v2-card{
  width:100%;
}
.orders-grid>.portfolio-card .catalog-v2-card-title{
  height:48px!important;
  min-height:48px!important;
  max-height:48px!important;
}

/* Both numeric and individual prices reserve the same two-line value area. */
.catalog-v2-grid{align-items:stretch}
.catalog-v2-grid>.catalog-v2-card{display:flex;flex-direction:column}
.catalog-v2-grid .catalog-v2-card-body{display:flex;flex-direction:column;flex:1}
.catalog-v2-card .catalog-v2-price{
 box-sizing:border-box;height:116px!important;min-height:116px!important;
 grid-template-rows:14px minmax(0,1fr) 13px;
}
.catalog-v2-card .catalog-v2-price>strong{align-self:center}
.catalog-v2-grid .catalog-v2-open{margin-top:auto}
.catalog-v2-grid .catalog-v2-price{margin-bottom:12px}
