/* ============================================================
   CUSTOM — Per-store overrides for Template TF
   Add store-specific tweaks here. Loaded last so it wins
   over theme.css and style.css.
   ============================================================ */

/* Home — location box: keep the Get Directions / Order Online buttons
   together in the bottom-right corner of the details panel. */
.home-location .dish-location-actions {
  justify-content: flex-end;
}

/* Logo lockup is wider than the old square-ish mark — size by height so the
   header keeps its proportions and the sub-line stays legible in the footer. */
.brand img { width: auto; height: 68px; }
.foot-brand img { width: auto; height: 46px; }
@media (max-width: 640px) { .brand img { height: 52px; } }
