/* Progressive navigation fallback for parent-site insight articles. */

@media (max-width: 980px) {
  html:not(.js-enabled) .nav-shell {
    flex-wrap: wrap;
  }

  html:not(.js-enabled) .nav-toggle {
    display: none;
  }

  html:not(.js-enabled) .nav-links {
    position: static;
    inset: auto;
    display: grid;
    flex: 1 0 100%;
    padding: 12px 0 0;
    border: 0;
    border-top: 1px solid var(--line);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
}
