number-of-meals-buttons {
  display: flex;
  width: 100%;
  gap: 1rem;
}

number-of-meals-buttons button {
  flex: 1;
  padding: 0.75rem 1rem;
  background: #fff;
  border: 1px solid #577223;
  border-radius: 3px;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "sofia-pro", sans-serif;
  color: #577223;
  cursor: pointer;
}

number-of-meals-buttons button[data-selected] {
  background: #577223;
  color: #fff;
}
