.skip-link {
  position: fixed;
  top: 8px;
  left: -10000px;
  z-index: 10000;
  padding: 10px 16px;
  background: #162e51;
  color: #fff;
  font: 700 14px/1.3 system-ui, sans-serif;
}

.skip-link:focus {
  left: 8px;
}

main:focus {
  outline: none;
}

.prose {
  min-width: 0;
  overflow-wrap: anywhere;
}

@media (max-width: 900px) {
  .content-grid,
  .article-layout {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 420px) {
  .nav-cta {
    display: none !important;
  }

  .cta-band {
    padding-inline: 20px !important;
  }
}
