/* =========================================================================
   BLOG TITLE LINKS
   ========================================================================= */

.blog-title-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.blog-title-link:hover {
    color: #a855f7;
    /* Purple hover accent */
    text-decoration: underline;
}