
/* V52 — Sugestões populares em 3 x 2 e respiro vertical nas telas de recomendação. */
#qualWine .qual-refined-heading{
  justify-content:flex-start !important;
  margin-bottom:10px !important;
}

#qualWine .qual-refined-heading h3{
  font-size:12px !important;
}

#qualWine .qual-popular-grid{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  column-gap:9px !important;
  row-gap:9px !important;
}

#qualWine .qual-photo-card{
  aspect-ratio:.90 !important;
  border-radius:12px !important;
  box-shadow:0 4px 12px rgba(58,25,28,.16) !important;
}

#qualWine .qual-photo-card:after{
  inset:48% 0 0 !important;
}

#qualWine .qual-photo-card span{
  left:6px !important;
  right:6px !important;
  bottom:8px !important;
  font-size:10px !important;
  line-height:1.12 !important;
}

/* Um parágrafo de respiro entre o prato e a linha de filtros. */
#fiveWinesScreen .qual-five-hero,
#refineWinesScreen .qual-five-hero{
  margin-bottom:16px !important;
}

/* Um parágrafo de respiro entre os filtros e o primeiro card. */
#fiveWinesScreen .qual-five-refine-bar,
#refineWinesScreen .qual-five-refine-bar{
  margin:0 0 16px !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
}

#fiveWinesScreen .qual-five-results,
#refineWinesScreen .qual-five-results{
  margin-top:0 !important;
}
