/* Brunch availability note */
/* Styling for the hardcoded brunch note */
.menu-note-container {
  text-align: center;
  width: 100%;
  margin: 15px auto 5px;
}

.menu-note {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  padding: 8px 15px;
  background: #1a1814;
  color: #cda45e;
  border: 1px solid #cda45e;
  border-radius: 4px;
  text-align: center;
  font-family: "Playfair Display", serif;
}