/* Joomla breadcrumb */
.breadcrumb {
    background-color: #f1f3f5;
}

/* Hide Kunena stuff*/
/* Sections jump dropdown */
select#catid {
    display: none;
}
/* Category description header */
.alert-info {
    display: none;
}
/* RSS icon */
svg.bi-rss {
    display: none;
}

/* Kunena icons */
.btn-link {
    color: #9c0333;
}

/* Kunena last registered member */
a.kwho-user {
    color: #9c0333;
}