
#historyList .cellar-compact-price-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-bottom:5px;
}

#historyList .cellar-compact-price-inline{
  min-width:0;
  display:flex;
  align-items:baseline;
  gap:4px;
  flex-wrap:nowrap;
  white-space:nowrap;
  overflow:hidden;
}

#historyList .cellar-compact-price-inline small{
  color:#8d7b80;
  font-size:9px;
  line-height:1.1;
  white-space:nowrap;
}

#historyList .cellar-compact-price-inline b{
  color:var(--wine);
  font-size:12px;
  font-weight:700;
  white-space:nowrap;
}

#historyList .cellar-compact-rating{
  color:#6a5059;
  font-size:11px;
  font-weight:600;
  white-space:nowrap;
  text-align:right;
}

#historyList .cellar-compact-summary{
  color:#6f5b63;
  font-size:10.5px;
  line-height:1.25;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

#historyList .cellar-compact-summary small{
  color:#8d7b80;
  font-size:10px;
  font-weight:600;
}

#historyList .cellar-compact-summary span{
  white-space:nowrap;
}

#historyList .cellar-compact-summary.secondary{
  margin-top:2px;
  color:#8a757d;
}
