
#homeWineProfile .pref-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:6px !important;
}

#homeWineProfile .pref{
  min-width:0 !important;
  padding:7px 6px !important;
  text-align:left !important;
}

#homeWineProfile .pref small{
  min-height:22px !important;
  display:flex !important;
  align-items:flex-end !important;
  margin-bottom:3px !important;
  line-height:1.08 !important;
  overflow-wrap:anywhere !important;
}

#homeWineProfile .pref b{
  display:block !important;
  min-width:0 !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
}
