/* menu custom */

html {
  scroll-behavior: smooth;
}

.menu-voce {
  width:100%;
  text-align:center;
  line-height:1;
  margin: 10px auto;
  letter-spacing:-0.3px;
}

.menu-voce .nome-oggetto {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25em;
}

.shortcode-nome {
    font-size: 1.2em;
    display: inline;
    font-weight: 700;
}

.menu-voce .shortcode-descrizione,
.menu-voce .shortcode-prezzo {
    display: block;
}

.menu-voce .shortcode-descrizione {
  font-size: .8em;
  margin-top: 0.1em;
}

.menu-voce .shortcode-prezzo {
  font-weight: 900;
  font-size: 1.2em;
  opacity: .7;
  margin: 0 0.7em;
}