/* Article body styles - shared stylesheet for article content */
.article-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 2rem 0 1rem;
  color: #1f2937;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(245, 158, 11, 0.2);
}

.article-content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 1.5rem 0 0.75rem;
  color: #1e3a5f;
}

.article-content p {
  margin-bottom: 1rem;
  line-height: 1.8;
  color: #374151;
}

.article-content ul, .article-content ol {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

.article-content li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
}

.article-content blockquote {
  border-left: 4px solid #f59e0b;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  background: rgba(245, 158, 11, 0.05);
  border-radius: 0 12px 12px 0;
  font-style: italic;
  color: #4b5563;
}

.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.9rem;
}

.article-content th {
  background: #1e3a5f;
  color: #fff;
  padding: 0.75rem 1rem;
  text-align: left;
  font-weight: 600;
}

.article-content td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e5e7eb;
}

.article-content tr:nth-child(even) {
  background: rgba(245, 158, 11, 0.03);
}

.article-content img {
  max-width: 100%;
  border-radius: 12px;
  margin: 1.5rem 0;
}

.article-content strong {
  color: #1f2937;
  font-weight: 600;
}

.article-content em {
  color: #6b7280;
}

.article-content a {
  color: #d97706;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.article-content a:hover {
  color: #f97316;
}
