
#homeCellarSummaryCard .home-country-inline{
  display:inline-flex;
  align-items:center;
  gap:4px;
  white-space:nowrap;
}

#homeCellarSummaryCard .home-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);
}

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