/* V24 — equal mobile navigation zones and quieter Insight endings */
@media (max-width: 800px) {
  .nav .links,
  .site-shell-links {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    justify-content: initial !important;
    gap: 0 !important;
    width: 100% !important;
    height: 42px !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .nav .links a,
  .site-shell-links a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 42px !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 2px !important;
    box-sizing: border-box !important;
    text-align: center !important;
    font-size: 9px !important;
    letter-spacing: .055em !important;
    line-height: 1 !important;
  }

  .site-shell-links a.is-active {
    padding-bottom: 0 !important;
  }

  .cta {
    padding: 58px 0 !important;
  }

  .cta h2 {
    font-size: 38px !important;
    line-height: 1.05 !important;
  }
}

.article .note {
  font-size: 12px !important;
  line-height: 1.7 !important;
  color: #777168 !important;
}
