
/* V60 — escolher no autocomplete apenas preenche; busca somente por PROCURAR ou Enter. */
.qual-search-action{
  margin-top:8px !important;
}
.qual-search-button{
  min-width:132px !important;
  height:31px !important;
  padding:0 22px !important;
  border-radius:9px !important;
  font-size:9px !important;
  letter-spacing:.9px !important;
  box-shadow:0 4px 10px rgba(75,18,36,.15) !important;
}
.qual-search-button:active{
  box-shadow:0 2px 6px rgba(75,18,36,.14) !important;
}

/* Seis populares menores, mantendo a proporção e liberando espaço para o card de ajuda. */
#qualWine .qual-refined-heading{
  margin-top:0 !important;
  margin-bottom:6px !important;
}
#qualWine .qual-popular-grid{
  column-gap:6px !important;
  row-gap:6px !important;
}
#qualWine .qual-photo-card{
  width:82% !important;
  aspect-ratio:.90 !important;
  border-radius:10px !important;
  box-shadow:0 3px 8px rgba(58,25,28,.14) !important;
}
#qualWine .qual-photo-card span{
  left:4px !important;
  right:4px !important;
  bottom:6px !important;
  font-size:8.5px !important;
  line-height:1.08 !important;
}
#qualWine .qual-refined-helper{
  margin-top:8px !important;
}
#qualWine .qual-refined-examples{
  margin-top:3px !important;
  margin-bottom:8px !important;
}
@media(max-width:360px){
  .qual-search-button{min-width:124px !important;height:30px !important}
  #qualWine .qual-photo-card{width:79% !important}
}
