/* Blog article prose enhancements — links, FAQ questions, numbered/symbol subtitles */

.article-prose a {
  color: #087fc8;
  font-weight: 680;
  text-decoration: underline;
  text-decoration-color: rgba(8, 127, 200, 0.35);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  word-break: break-word;
}

.article-prose a:hover,
.article-prose a:focus-visible {
  color: #075f98;
  text-decoration-color: currentColor;
}

.article-prose .article-faq-label {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0.28rem 0.55rem;
  border: 1px solid rgba(34, 197, 94, 0.35);
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.12);
  color: #15803d;
  font-size: 0.62rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.article-prose .article-faq-insight {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.65rem 0.8rem;
  margin: 1.35rem 0 0.9rem;
  padding: 0.9rem 1rem;
  border-left: 3px solid #22c55e;
  border-radius: 0 0.85rem 0.85rem 0;
  background: rgba(34, 197, 94, 0.08);
  color: #0f172a;
  font-weight: 740;
  line-height: 1.45;
}

.article-prose .article-faq-insight .article-faq-text {
  flex: 1 1 12rem;
}

.article-prose h3.article-faq-q {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 0.8rem;
  margin: 1.7rem 0 0.75rem;
  padding: 0.75rem 0.9rem;
  border-left: 3px solid #22c55e;
  border-radius: 0 0.75rem 0.75rem 0;
  background: rgba(34, 197, 94, 0.08);
  color: #0f172a;
  font-size: 1.05rem;
  font-weight: 760;
  line-height: 1.35;
}

.article-prose h3.article-faq-q::before {
  display: none;
}

.article-prose h3.article-faq-q .article-faq-text {
  flex: 1 1 12rem;
}

.article-prose h3.article-step {
  margin: 1.55rem 0 0.7rem;
  padding: 0.7rem 0.9rem 0.7rem 0.95rem;
  border: 1px solid rgba(8, 127, 200, 0.18);
  border-left: 3px solid #0a94df;
  border-radius: 0 0.8rem 0.8rem 0;
  background: linear-gradient(135deg, rgba(46, 167, 255, 0.1), rgba(230, 184, 88, 0.06));
  color: #0b2740;
  font-size: 1.02rem;
  font-weight: 760;
  letter-spacing: -0.01em;
  line-height: 1.35;
}

.article-prose h3.article-step::before {
  display: none;
}
