/* Quiet, topic-specific actions at the end of an editorial article. */
.article_next-step {
  margin-block: 4rem 0;
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid #ddd8e6;
  border-radius: 18px;
  background: #f1edf5;
  color: #17151b;
  text-align: start;
  min-width: 0;
}
.article_next-step h2 {
  margin: 0 0 12px;
  font-size: clamp(24px, 2.3vw, 30px);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -.02em;
  overflow-wrap: anywhere;
}
.article_next-step > p {
  max-width: 62ch;
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.6;
  color: #514b59;
}
.article_next-step-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.article_next-step .article_next-step-actions .article_next-step-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  min-height: 44px;
  max-width: 100%;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: anywhere;
}
.article_next-step .article_next-step-primary { background: #151316; color: white; }
.article_next-step .article_next-step-secondary { background: white; color: #6143aa; border-color: #ded7e9; }
.article_next-step .article_next-step-primary:hover { background: #332b3c; }
.article_next-step .article_next-step-secondary:hover { border-color: #9c89b9; }
.article_next-step .article_next-step-instructions {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #61516f;
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}
.article_next-step a:focus-visible { outline: 2px solid #765691; outline-offset: 4px; }
@media (max-width: 479px) {
  .article_next-step-actions { flex-direction: column; align-items: stretch; }
  .article_next-step .article_next-step-button { width: 100%; }
}
