/* Featured posts */
.blog-featured { background: #F2F2F2; }
.blog-featured-title { color: #1E3057; font-family: serif; }

.post-card { transition: box-shadow .3s ease, transform .3s ease; background: #fff; }
.post-card:hover { box-shadow: 0 1rem 2rem rgba(0,0,0,.12); transform: translateY(-8px); }

.card-img-wrap img { width: 100%; height: 12rem; object-fit: cover; transition: transform .3s ease; display: block; }
.post-card:hover .card-img-wrap img { transform: scale(1.05); }

.post-badge {
  position: absolute; top: .75rem; left: .75rem;
  background: #52A0D8; color: #fff; border-radius: 999px;
  padding: .15rem .5rem; font-size: .75rem; font-weight: 600;
}

.link-title { color: #1E3057; }
.post-card:hover .link-title { color: #52A0D8; }

.read-more-link { color: #52A0D8; text-decoration: none; }
.read-more-link:hover { color: #1E3057; }
