
/* Títulos dos três cards da tábua sempre em uma única linha. */
#dishesScreen .dishes-board-main{
  font-size:8.8px !important;
  line-height:1.08 !important;
  letter-spacing:-.12px !important;
  white-space:nowrap !important;
  overflow:visible !important;
  text-overflow:clip !important;
}

/* Impede o efeito de continuar puxando a tela após o último conteúdo. */
html:has(#dishesScreen.active),
body:has(#dishesScreen.active),
#dishesScreen{
  overscroll-behavior-y:none !important;
}
