.blog-cover {
  max-height: 420px;
  object-fit: cover;
}

.blog-card {
  display: block;
  height: 100%;
  border: 1px solid rgba(10, 58, 132, 0.12);
  border-radius: 0.75rem;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  text-decoration: none;
  color: inherit;
}

.blog-card:hover {
  box-shadow: 0 0.75rem 1.5rem rgba(10, 58, 132, 0.12);
  transform: translateY(-2px);
  color: inherit;
}

.blog-card-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  background: #f3f6fb;
}

.blog-card-body {
  padding: 1.25rem 1.5rem 1.5rem;
}

.blog-card-meta {
  font-size: 0.875rem;
  color: #6c757d;
  margin-bottom: 0.5rem;
}

.blog-card-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #0A3A84;
  margin-bottom: 0.75rem;
}

.blog-card-excerpt {
  color: #495057;
  margin-bottom: 0;
}

.blog-content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #212529;
}

.blog-content h2,
.blog-content h3,
.blog-content h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 500;
  color: #0A3A84;
}

.blog-content p,
.blog-content ul,
.blog-content ol {
  margin-bottom: 1.15rem;
}

.blog-content ul,
.blog-content ol {
  padding-left: 1.25rem;
}

.blog-content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin: 1.25rem 0;
}

.blog-content a {
  color: #0A3A84;
  text-decoration: underline;
}

.blog-empty {
  text-align: center;
  padding: 3rem 1rem;
  color: #6c757d;
}
