.blog-post-card {
  @apply bg-gray-800 rounded-lg shadow-md border border-gray-700 transition-transform transform hover:-translate-y-1;
}

.blog-post-card a {
  @apply block;
}

.blog-content {
  @apply prose max-w-none;
}

.blog-content h1, .blog-content h2, .blog-content h3 {
  @apply text-white;
}

.blog-content p, .blog-content li {
  @apply text-gray-400;
}

.blog-content a {
  @apply text-[#007aff];
}

.blog-content blockquote {
  @apply border-l-4 border-[#007aff] pl-4 italic text-gray-400;
}
