
/* V94 — foto do prato 22% menor, formato quadrado e aproximação do refinamento. */
#fiveWinesScreen .qual-five-hero{
  grid-template-columns:82px minmax(0,1fr) !important;
  gap:10px !important;
  padding:5px 10px 5px 5px !important;
  min-height:0 !important;
  height:auto !important;
}
#fiveWinesScreen .qual-five-dish{
  width:77px !important;
  height:77px !important;
  min-width:77px !important;
  min-height:77px !important;
  border-radius:7px !important;
  object-fit:cover !important;
  box-shadow:0 3px 7px rgba(57,29,19,.14),0 0 0 2px rgba(255,255,255,.84) !important;
}
#fiveWinesScreen .qual-five-hero-copy{
  min-height:77px !important;
  justify-content:center !important;
}
#fiveWinesScreen .qual-five-refine-bar{
  margin-top:1px !important;
  padding-top:2px !important;
}
@media(max-width:390px){
  #fiveWinesScreen .qual-five-hero{
    grid-template-columns:75px minmax(0,1fr) !important;
    gap:8px !important;
    padding:4px 8px 4px 4px !important;
  }
  #fiveWinesScreen .qual-five-dish{
    width:70px !important;
    height:70px !important;
    min-width:70px !important;
    min-height:70px !important;
    border-radius:6px !important;
  }
  #fiveWinesScreen .qual-five-hero-copy{
    min-height:70px !important;
  }
  #fiveWinesScreen .qual-five-refine-bar{
    margin-top:1px !important;
    padding-top:1px !important;
  }
}
