/* Publication cards specific styles */
.publication-card .card-body * {
    position: relative;
    z-index: 2;
}

/* Ensure the card link wrapper covers the entire card */
.blog-post-card {
    overflow: visible;
}

/* Card Link Styling */
.card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%; /* Make sure the link takes full height */
}

.card-link:hover {
    text-decoration: none;
    color: inherit;
}