
.blog-card-link {
    text-decoration: none;
    color: inherit;
    display: block; /* Ensures the link takes up the full card space */
}

.blog-card-link:hover {
    /* The hover effect is already on .blog-card, so no extra style needed here */
    text-decoration: none;
}
