
/* Retira os ícones circulares das tábuas e dos pratos. */
#dishesScreen .dishes-board-type,
#dishesScreen .dishes-plate-icon{
  display:none !important;
}

/* Reduz em 20% a altura das imagens da tábua. */
#dishesScreen .dishes-board-photo{
  height:62.4px !important;
  flex-basis:62.4px !important;
}

/* Reduz em 20% as fotos dos pratos e reaproveita o espaço do ícone removido. */
#dishesScreen .dishes-plate-card{
  grid-template-columns:84px minmax(0,1fr) 72px !important;
}
#dishesScreen .dishes-plate-photo{
  width:84px !important;
  height:72.8px !important;
}

/* Reduz em 20% o desenho colorido de uvas e folhas do topo direito. */
#dishesScreen .dishes-grape-art{
  width:36% !important;
  max-width:147px !important;
}

@media(max-width:390px){
  #dishesScreen .dishes-plate-card{
    grid-template-columns:73px minmax(0,1fr) 64px !important;
  }
  #dishesScreen .dishes-plate-photo{
    width:73px !important;
    height:66.4px !important;
  }
  #dishesScreen .dishes-grape-art{
    width:34.4% !important;
  }
}
