/* Food court page styles */
.logo-box {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-box img {
  max-height: 60px;
}

.gallery-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
}
