/* This adds the placeholder height to avoid CLS (https://web.dev/articles/cls). */
.la-city-global-nav-bar {
  height: 47px;
}

/* Once the actual navbar is loaded, we no longer need to display the placeholder. */
div[id^="global_navbar_la_"] ~ .la-city-global-nav-bar,
.la-city-global-nav-bar:has(~ div[id^="global_navbar_la_"]){
  display: none;
}
