.cuisine-palace-options-wrapper ul {
  display: flex;
}
.cuisine-palace-options-wrapper ul li {
  flex: 1;
}
.cuisine-palace-options-wrapper ul li a {
  display: flex;
  background: #fff;
  height: 200px;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-direction: column;
  text-decoration: none;
  font-size: 30px;
  color: #23292e;
  box-shadow: -2px 2px 11px 0px #b7b7b7;
  border-radius: 9px;
}
.cuisine-palace-options-wrapper ul li a:hover {
  background-color: #f1f1f1;
}
.cuisine-palace-options-wrapper ul li a span {
  font-size: 59px;
  display: block;
  width: 100%;
  height: 75px;
  overflow: hidden;
}

/*# sourceMappingURL=admin-style.css.map */
