/* Clickable title links for featured posts */
.title-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.title-link:hover {
    color: #007bff;
    text-decoration: none;
}

/* Clickable excerpt links for featured posts */
.blog-card .excerpt-link,
.blog-card-body .excerpt-link,
p.mb-4 .excerpt-link {
    color: #5a6268 !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.blog-card .excerpt-link:hover,
.blog-card-body .excerpt-link:hover,
p.mb-4 .excerpt-link:hover {
    color: #007bff !important;
    text-decoration: none !important;
}
