
    /* Remove underlines and blue color from all sidebar and grid links */
.category-list a,
.most-viewed-list a,
.blog-card,
.post-card a {
    text-decoration: none !important;
    color: inherit; /* Takes the color of the surrounding text */
}

/* Optional: Add a hover effect for better UX */
.category-list a:hover,
.most-viewed-list a:hover {
    text-decoration: underline;
    color: #f9a825; /* Matches your calendar gold color */
}
