html {
  scroll-behavior: smooth;
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.prose {
  color: #475569;
}

.prose h1,
.prose h2,
.prose h3 {
  color: #002147;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.2;
}

.prose h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.prose h2 {
  font-size: 1.55rem;
  margin-top: 2.1rem;
  margin-bottom: 0.75rem;
}

.prose h3 {
  font-size: 1.125rem;
  margin-top: 1.5rem;
  margin-bottom: 0.45rem;
}

.prose p {
  margin-bottom: 1rem;
  color: #475569;
}

.prose ul,
.prose ol {
  margin: 0 0 1.1rem 1.25rem;
  color: #475569;
}

.prose ul {
  list-style: disc;
}

.prose ol {
  list-style: decimal;
}

.prose li {
  margin-bottom: 0.75rem;
  padding-left: 0.15rem;
}

.prose a {
  font-weight: 600;
}

.cta {
  margin: 2rem 0;
  border: 1px solid #d4af37;
  border-radius: 1rem;
  background: #fffbeb;
  padding: 1.5rem;
}

.cta h3 {
  margin-top: 0;
}

.cta p:last-child,
.prose p:last-child {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .prose h2 {
    font-size: 1.35rem;
  }

  .prose ul,
  .prose ol {
    margin-left: 1rem;
  }
}

@media (min-width: 1024px) {
  .nav-actions > .nav-dropdown:nth-of-type(2) .nav-mega {
    left: auto;
    right: 0;
  }
}
