/* Venue detail page.
   ==================
   Hand-written rules for the detail view. style/main.css is a prebuilt Tailwind
   artifact generated outside this repo, so a new arbitrary utility such as
   `px-[22px]` is NOT in it and would render as no padding at all. Anything the
   compiled utilities cannot express has to live here. */

/* Page edge inset. Matches the navbar's 22px (css/ai-wise/navbar.css) so the
   breadcrumb, gallery, title, content column and sidebar all line up with the
   logo above them. Replaces the `px-4 lg:px-12` (16px / 48px) the page's three
   horizontal bands used to carry. */
.detail__band {
  padding-left: 22px;
  padding-right: 22px;
}
