/* ===== SEY BITES – Jarvis custom overrides ===== */

/* Hero banner – fixed height, content centred */
.single_banner { height: 320px !important; min-height: unset !important; max-height: 320px !important; overflow: hidden !important; }
.homeBanner_left { justify-content: center !important; padding-left: 0 !important; height: 100% !important; min-height: unset !important; }

/* Mobile banner overrides */
@media (max-width: 768px) {
  .homeBanner_left { min-height: unset !important; padding-top: 0 !important; }
}

/* Restaurant logo – constrained circular avatar on banner */
.shopLogo.portrait img { width: 90px !important; height: 90px !important; border-radius: 50% !important; object-fit: cover !important; }
