/* Shared booking link in all menu languages and categories. */
.menu-header .menu-booking {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 24px;
  padding: 12px 24px;
  border: 1px solid #c92c3b;
  border-radius: 4px;
  background: #c92c3b;
  color: #fff;
  font: 700 14px/1.3 Inter, sans-serif;
  text-decoration: none;
}
.menu-header .menu-booking:hover {
  background: #9f2330;
  border-color: #9f2330;
}
.menu-header .menu-booking:focus-visible {
  outline: 2px solid #1c1b1a;
  outline-offset: 4px;
}
@media (max-width: 560px) {
  .menu-top-nav .top-nav-group {
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
}
