.post-content h2 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #e5e5e5;
  margin: 1.5rem 0 0.5rem;
}

.post-content h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #d1d5db;
  margin: 1.25rem 0 0.4rem;
}

.post-content p {
  margin-bottom: 0.875rem;
  line-height: 1.75;
  color: #d1d5db;
}

.post-content ul,
.post-content ol {
  margin: 0.75rem 0 0.75rem 1.5rem;
  color: #d1d5db;
}

.post-content li {
  margin-bottom: 0.25rem;
  line-height: 1.7;
}

.post-content a {
  color: #a855f7;
  text-decoration: underline;
}

.post-content a:hover {
  color: #ff0090;
}

.post-content blockquote {
  border-left: 3px solid #7c3aed;
  padding-left: 1rem;
  color: #9ca3af;
  margin: 1rem 0;
  font-style: italic;
}

.post-content img {
  max-width: 100%;
  border-radius: 8px;
  margin: 1rem 0;
}

.post-content strong {
  color: #f3f4f6;
}

.comment-card {
  transition: border-color 0.15s;
}

.comment-card:hover {
  border-color: #3d3d3d;
}
