.mfh-hashtag {
    color: #6a1b9a;
    font-weight: 600;
    text-decoration: none;
}
.mfh-hashtag:hover {
    text-decoration: underline;
}

/* Activity hashtag box */
.mfh-hashtag-page {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
}

.mfh-hashtag-page h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.activity-list {
    list-style: none;
    padding: 0;
}

.activity-list li {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
}
/* ==============================
   MyFriends Hashtags – Trending
   ============================== */

.mfh-trending-box {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.mfh-trending-box h4 {
    margin-bottom: 10px;
    font-weight: 700;
}
/* Trending Hashtag Styling */
.mfh-trending-box a {
    display: inline-block;
    margin: 6px 8px 6px 0;
    padding: 6px 12px;
    background: #f3f4f6;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #6a1b9a;
    text-decoration: none;
    transition: all 0.2s ease;
}

.mfh-trending-box a:hover {
    background: #6a1b9a;
    color: #fff;
}
.mfh-trending-box {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.mfh-trending-box h4 {
    margin-bottom: 10px;
    font-weight: 700;
}

.mfh-tag span {
    font-size: 12px;
    opacity: 0.6;
}