
#homeWineProfile .profile-country-value{
  display:flex !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:2px 3px !important;
  white-space:normal !important;
  overflow:visible !important;
  text-overflow:clip !important;
}
#homeWineProfile .profile-country-pair{
  display:inline-flex;
  align-items:center;
  min-width:0;
  gap:3px;
}
#homeWineProfile .profile-country-flag{
  flex:none;
  font-size:12px;
  line-height:1;
}
#homeWineProfile .profile-tie-separator{
  color:#a18d92;
  font-weight:500;
}

/* Tamanho-padrão visual das garrafas em todo o cadastro e na Adega. */
.result{grid-template-columns:76px minmax(0,1fr) !important}
.wine-head{grid-template-columns:76px minmax(0,1fr) !important}
.wine-overview{grid-template-columns:76px minmax(0,1fr) !important}
.cellar-top{grid-template-columns:76px minmax(0,1fr) !important}

.result img,
img.bottle,
.wine-photo img,
.wine-overview img.bottle,
.cellar-top img.bottle,
.wine-head img.bottle{
  display:block !important;
  width:76px !important;
  height:126px !important;
  min-width:76px !important;
  max-width:76px !important;
  object-fit:contain !important;
  object-position:center !important;
  background:#fff !important;
  border-radius:10px !important;
}

/* Dois pixels a menos no quadro, mantendo sua composição. */
#homeMemoryCard{
  padding-top:19px !important;
  padding-bottom:19px !important;
}
