/* nav.css — desktop location pill. (The mobile bottom tab bar was removed;
   mobile now uses the header hamburger + the footer links.) */

/* ---- desktop location pill (in the header) ---- */
@media (min-width:861px){
  .head-loc{display:inline-flex;max-width:260px;cursor:pointer}
  .head-loc span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
}
