.blog-card {
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
}

.blog-content h2,
.blog-content h3 {
  color: #0f172a;
  margin-top: 1.25rem;
  margin-bottom: 0.6rem;
  font-weight: 700;
}

.blog-content p {
  color: #334155;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.blog-content ul,
.blog-content ol {
  margin-left: 1.25rem;
  margin-bottom: 1rem;
  color: #334155;
}

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

.blog-cover {
  width: 100%;
  max-height: 380px;
  object-fit: cover;
  border-radius: 0.9rem;
  border: 1px solid #e2e8f0;
}

@media (max-width: 768px) {
  .blog-content p {
    line-height: 1.7;
  }
}
