div.menu-head {
  width: 500px;
  max-width: 90%;
  margin: auto;
  text-align: center;
}

h1.menu-title {
  align-items: center;
  justify-content: center;
  display: flex;
  height: 2.4em;
  font-size: 1.2em;
  letter-spacing: 0.2em;
  background-color: #ea5514;
  border-radius: 1.2em;

  color: white;
}

div.menu-card > .row {
  padding: 0.4em;
}
div.menu-card > .row > div {
  padding: 1em 1.6em;
  background-color: white;
}
p.menu-card-name {
  margin: 0;
  font-size: 1.2em;

  /* color: #ea5514; */
}
p.menu-card-category {
  margin-top: 0;
  font-size: 0.8em;
  font-weight: normal;
}
img.menu-card-image {
  width: 100%;
  height: 200px;
  margin-top: -1.6em;
  margin-bottom: 1em;

  object-fit: cover;
}
table.menu-card-product-info {
  font-size: 0.9em;
  font-weight: bold;
}
table.menu-card-product-info td:first-child {
  width: 16em;
}
table.menu-card-product-info td:last-child {
  width: 5em;
}
td.menu-card-product-name {
  /* padding-left: 0.4em; */
}
td.menu-card-product-price {
  /* padding-right: 0.4em; */
  text-align: right;
}
td.menu-card-allergen {
  /* display: none; */
  text-align: center;
}
td.menu-card-allergen > img {
  width: calc(12%);
}
