/* Featured-categories block reuses .sidebar-popular layout (thumb+body card)
   so it matches Trending Now / Most Popular visually. Only add: a linked
   title (so users can jump to the category from the heading) and a small
   text-style "Vezi mai multe" link under the last article. */

.sidebar-featured-cat .sidebar-popular-title a {
    color: inherit;
    text-decoration: none;
}

.sidebar-featured-cat .sidebar-popular-title a:hover {
    color: #1E3A8A;
}

.sidebar-featured-cat-more {
    text-align: right;
    padding: 8px 0 4px;
}

.sidebar-featured-cat-more a {
    font-size: 12px;
    color: #1E3A8A;
    text-decoration: none;
    font-weight: 600;
}

.sidebar-featured-cat-more a:hover {
    text-decoration: underline;
}

.sidebar-featured-cat-more i {
    font-size: 11px;
    margin-left: 2px;
}
