
/* V91 — ajuste definitivo do card do prato, aplicado após todos os estilos anteriores */
#fiveWinesScreen .qual-five-hero{
  display:grid !important;
  grid-template-columns:99px minmax(0,1fr) !important;
  align-items:center !important;
  gap:13px !important;
  min-height:0 !important;
  height:auto !important;
  padding:7px 13px 7px 7px !important;
  border-radius:13px !important;
  box-sizing:border-box !important;
}
#fiveWinesScreen .qual-five-dish{
  width:99px !important;
  height:99px !important;
  min-width:99px !important;
  min-height:99px !important;
  margin:0 !important;
  align-self:center !important;
  object-fit:cover !important;
  border-width:1.5px !important;
  box-shadow:0 4px 9px rgba(57,29,19,.16),0 0 0 3px rgba(255,255,255,.86) !important;
}
#fiveWinesScreen .qual-five-hero-copy{
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-self:center !important;
  min-height:99px !important;
  padding:0 !important;
  margin:0 !important;
}
#fiveWinesScreen .qual-v73-eyebrow{
  display:none !important;
}
#fiveWinesScreen .qual-five-hero h2{
  margin:0 0 6px !important;
  font-size:20px !important;
  line-height:1.05 !important;
}
#fiveWinesScreen .qual-five-hero p{
  margin:0 !important;
  font-size:10.5px !important;
  line-height:1.28 !important;
}
#fiveWinesScreen .qual-v73-hero-rule{
  margin:8px 0 0 !important;
  width:68px !important;
}
@media(max-width:390px){
  #fiveWinesScreen .qual-five-hero{
    grid-template-columns:90px minmax(0,1fr) !important;
    gap:10px !important;
    padding:6px 10px 6px 6px !important;
  }
  #fiveWinesScreen .qual-five-dish{
    width:90px !important;
    height:90px !important;
    min-width:90px !important;
    min-height:90px !important;
  }
  #fiveWinesScreen .qual-five-hero-copy{
    min-height:90px !important;
  }
  #fiveWinesScreen .qual-five-hero h2{
    font-size:18px !important;
    margin-bottom:5px !important;
  }
  #fiveWinesScreen .qual-five-hero p{
    font-size:9.7px !important;
    line-height:1.24 !important;
  }
}
