/* Article content styles */
.article-content {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
  /* padding: 0 1.5rem; */
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.article-content h1 { font-size: 2.5rem; }
.article-content h2 { font-size: 2rem; }
.article-content h3 { font-size: 1.5rem; }

.article-content p {
  margin: 1rem 0;
}

.article-content strong {
  font-weight: bold;
}

.article-content em {
  font-style: italic;
}

.article-content a {
  color: #8d35d0;
  text-decoration: underline;
}

.article-content ul,
.article-content ol {
  margin: 1rem 0 1rem 1.5rem;
  padding-left: 1.5rem;
  list-style: disc;
  line-height: 1.6;
}

.article-content ul li {
  margin: 0.5rem 0;
  font-size: 1rem;
}

.article-content blockquote {
  margin: 1rem 0;
  padding-left: 1rem;
  border-left: 3px solid #6366f1;
}