/* Custom styles for blog posts to ensure proper list rendering */
.prose-content ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin: 1rem 0;
}

.prose-content ul li {
  margin: 0.25rem 0;
}

.prose-content ol {
  list-style-type: decimal;
  padding-left: 1.5rem;
  margin: 1rem 0;
}

.prose-content ol li {
  margin: 0.25rem 0;
}

/* Custom styles for blog links */
.prose-content a {
  color: #1d4ed8;
  font-weight: 500;
  text-decoration: underline;
}

.prose-content a:hover {
  color: #2375c9;
}
