/* Article prose styles */
.prose-article {
  color: #374151;
  font-size: 1.0625rem;
  line-height: 1.8;
}

.prose-article p {
  margin-bottom: 1.5rem;
}

.prose-article h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: #0f172a;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.prose-article h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f172a;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.prose-article ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}

.prose-article ul li {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.5rem;
}

.prose-article ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2563eb;
}

.prose-article strong {
  font-weight: 700;
  color: #0f172a;
}

.prose-article em {
  font-style: italic;
  color: #6b7280;
}
