
#historyList .cellar-card{
  padding:8.45px 12px 10px !important;
  border-radius:14px;
}

#historyList .cellar-card + .cellar-card{
  margin-top:10px !important;
}

#historyList .cellar-top.compact{
  display:grid !important;
  grid-template-columns:56px minmax(0,1fr) !important;
  gap:10px !important;
  align-items:start !important;
}

#historyList .cellar-top.compact .bottle{
  width:56px !important;
  height:94px !important;
  align-self:start !important;
  justify-self:center !important;
}

#historyList .cellar-main.compact{
  min-width:0;
}

#historyList .cellar-name{
  margin:0 0 5px !important;
  font-size:14px !important;
  line-height:1.2 !important;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

#historyList .cellar-compact-meta{
  display:flex;
  align-items:center;
  gap:4px;
  min-width:0;
  margin-bottom:4px;
  color:#7b6770;
  font-size:11px;
  line-height:1.25;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

#historyList .cellar-country-flag{
  display:inline-flex;
  width:15px;
  height:11px;
  flex:none;
  overflow:hidden;
  border-radius:2px;
  box-shadow:0 0 0 1px rgba(66,42,49,.14);
}

#historyList .cellar-country-flag svg{
  display:block;
  width:100%;
  height:100%;
}

#historyList .cellar-meta-sep{
  color:#b29ea3;
  flex:none;
}

#historyList .cellar-compact-grape{
  margin-bottom:6px;
  font-size:11px;
  line-height:1.25;
  color:#5e4650;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

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

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

#historyList .cellar-compact-price{
  min-width:0;
}

#historyList .cellar-compact-price small{
  display:block;
  color:#8d7b80;
  font-size:9px;
  margin-bottom:1px;
  line-height:1.1;
}

#historyList .cellar-compact-price 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.secondary{
  margin-top:2px;
  color:#8a757d;
}
