.bottura-menu-prezzo-piatto{color: var(--wp--preset--color--grey-bottura); font-weight: 500;}
.bottura-menu-riga{border-bottom:1px solid var(--wp--preset--color--grey-bottura);margin-bottom: 15px;}
.bottura-menu-contenuto{display: flex;flex-direction: row;justify-content: space-between;}
.bottura-menu-contenuto label{font-size:16px;}
.bottura-menu-nome-piatto{max-width:70%; font-weight: 400;}


@media(max-width: 781px){
  .bottura-menu-contenuto{
    flex-direction: column;
    gap: 6px;
  }
  .bottura-menu-nome-piatto{
    max-width: 100%;
  }
}







