[qcms-mod="cont.luca.menu.group"] {
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1.4rem;
  }
}

/* A group whose dishes carry no description — drinks, typically — reads better tight. */
[qcms-mod="cont.luca.menu.group"] ul:not(:has(small)) {
  gap: .45rem;
}
