.menu-accordion {
  max-width: 800px;
  margin: auto;
  font-family: serif;
}

.menu-title {
  width: 100%;
  padding: 12px;
  border: 1px solid #ffffff !important;
  background: #A78866;
  text-align: left;
  cursor: pointer;
}

.menu-title:hover {
  background-color: #4b2c0b;
  color: #ffffff;
}


.menu-content {
  display: none;
  padding: 25px;
}

.menu-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}


.item-name {
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #A78866;
}

.item-desc {
  font-style: italic;
  color: #322a1a;
  margin-top: 5px;
  font-size: 13px;
}

.menu-item {
  margin-bottom: 18px;
}

.item-price {
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #322a1a;
}

.menu-divider {
  border-bottom: 1px dotted #666;
  margin-top: 8px;
}

