/* =============================================================
   SalatiPal — Route-specific UI fixes (CSS counterpart to
   route-fixes.js). Hides the Qibla top-right Settings/Location
   button without touching the bundle.
   ============================================================= */

/* Hide the last child of the tagged qibla top bar (the
   settings/location dialog trigger). Leaves the back button +
   title in place. */
body[data-sp-route="qibla"] [data-sp-qibla-topbar] > *:last-child {
  display: none !important;
}

/* Reclaim the freed space — let the title centre cleanly between
   the back button and the right edge. */
body[data-sp-route="qibla"] [data-sp-qibla-topbar] > h1 {
  margin-right: 0 !important;
}
