.school-canteen-row button {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 9px;
  background: #fff;
  color: #74847e;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
}

.school-canteen-row button::before {
  content: "×";
  display: block;
  font: 700 19px/1 Arial, sans-serif;
  transform: translateY(-1px);
}

.school-canteen-row button:hover {
  background: #fff0ee;
  color: #a44138;
}
