
/* Aplicado somente às telas 5-vinhos e Refinar. */

/* Palavra “Voltar” a 1 px da borda inferior do cabeçalho. */
#fiveWinesScreen .qual-five-shell,
#refineWinesScreen .qual-five-shell{
  padding-top:1px !important;
  padding-bottom:0 !important;
}

#fiveWinesScreen .qual-five-back,
#refineWinesScreen .qual-five-back{
  min-height:0 !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
  line-height:20px !important;
}

/* Retira os grandes espaços inferiores antigos dessas duas telas. */
#fiveWinesScreen,
#refineWinesScreen{
  padding-bottom:0 !important;
  margin-bottom:calc(var(--vinhario-bottom-nav-height, 60px) - 78px) !important;
}

#fiveWinesScreen .qual-five-note,
#refineWinesScreen .qual-five-note{
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}
