/* Plan Forge — Blog Post Styles */

.blog-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #f1f5f9;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  border-left: 3px solid #f59e0b;
}

.blog-content h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #e2e8f0;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  padding-left: 0.75rem;
  border-left: 2px solid #334155;
}

.blog-content p {
  color: #94a3b8;
  line-height: 1.8;
  margin-bottom: 1.25rem;
}

.blog-content ul,
.blog-content ol {
  color: #94a3b8;
  line-height: 1.8;
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}

.blog-content li {
  margin-bottom: 0.5rem;
}

.blog-content strong {
  color: #f1f5f9;
}

.blog-content em {
  color: #cbd5e1;
}

.blog-content blockquote {
  border-left: 3px solid #f59e0b;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  background: rgba(245, 158, 11, 0.05);
  border-radius: 0 0.75rem 0.75rem 0;
}

.blog-content blockquote p {
  margin-bottom: 0;
  color: #cbd5e1;
}

.blog-content code {
  color: #fbbf24;
  font-size: 0.875rem;
}

.blog-content pre {
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(51, 65, 85, 0.4);
  border-radius: 0.75rem;
  padding: 1.25rem;
  overflow-x: auto;
  margin: 1.5rem 0;
  font-size: 0.8125rem;
  line-height: 1.7;
  color: #cbd5e1;
}

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

.blog-content th {
  text-align: left;
  padding: 0.75rem 1rem;
  border-bottom: 2px solid #334155;
  color: #e2e8f0;
  font-weight: 600;
}

.blog-content td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #1e293b;
  color: #94a3b8;
}

.blog-content tr:hover td {
  background: rgba(245, 158, 11, 0.03);
}
