﻿/* community.css  */

/* HIDE DEMO SPAM */
#trial-banner {
    display: none !important;
}

/* NPS SPAM */
#pendo-base {
    display: none !important;
}

/* CIRCLE SPAM POPOVER */
button:has(> svg.icon.icon-chat) {
    display: none !important;
}

.author__time inline-flex {
    font-weight:bold;
}

/* CIRCLE SPAM POPOVER */
#help-widget-body {
    display: none !important;
}
