
/* Empates: duas áreas iguais, com parte visível dos dois nomes. */
#homeWineProfile .profile-tie-value{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) !important;
  align-items:center !important;
  width:100% !important;
  min-width:0 !important;
  gap:2px !important;
}

#homeWineProfile .profile-tie-side{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  min-width:0 !important;
  overflow:hidden !important;
  white-space:nowrap !important;
}

#homeWineProfile .profile-tie-side > span:last-child{
  overflow:hidden !important;
  text-overflow:clip !important;
  white-space:nowrap !important;
}

#homeWineProfile .profile-tie-separator{
  display:block !important;
  color:#8e777d !important;
  font-weight:700 !important;
  line-height:1 !important;
}

/* Bandeira gráfica, sem letras ou sigla. */
#homeWineProfile .profile-country-flag{
  display:inline-flex !important;
  width:15px !important;
  height:11px !important;
  flex:none !important;
  margin-right:3px !important;
  overflow:hidden !important;
  border-radius:2px !important;
  box-shadow:0 0 0 1px rgba(66,42,49,.14) !important;
}

#homeWineProfile .profile-country-flag svg{
  display:block !important;
  width:100% !important;
  height:100% !important;
}

#homeWineProfile .profile-single-value{
  display:flex !important;
  align-items:center !important;
  min-width:0 !important;
  overflow:hidden !important;
  white-space:nowrap !important;
}

#homeWineProfile .profile-single-value > span:last-child{
  min-width:0 !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
}

/* Título de cada card a 0,5 px da borda superior. */
#homeWineProfile .pref{
  padding:0.5px 6px 7px !important;
}

#homeWineProfile .pref small{
  display:block !important;
  min-height:0 !important;
  height:auto !important;
  margin:0 0 3px !important;
  padding:0 !important;
  align-items:initial !important;
  line-height:1.1 !important;
}

/* Redução de 60% nos espaços superior e inferior do primeiro quadro. */
#homeMemoryCard{
  padding-top:8px !important;
  padding-bottom:8px !important;
}
