/* The page remains usable while core fetches the destination. */
@media (max-width: 782px) {
 :root[data-ss-navigating] .f32-mobile-bar { cursor: progress; }
 :root[data-ss-navigating] .f32-mobile-bar::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  block-size: 2px;
  background: var(--wp--preset--color--action);
 }
}
