.elementor-235 .elementor-element.elementor-element-ed16e7d .elementor-heading-title{color:#CB4E34;}/* Start custom CSS for heading, class: .elementor-element-ed16e7d *//* Only hide the forumwarn box for logged-in non-admins,
   but always show it for Elementor editor and admins */
body.logged-in:not(.role-admin):not(.elementor-editor-active) .forumwarn {
  display: none !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-5531ab5 *//* Make topic titles smaller and bold */
.wpforo-last-topic-title > a {
    font-size: 10px !important; /* Reduced font size */
    font-weight: bold !important; /* Keep bold styling */
    color: white !important; /* Ensure white color */
}

/* Target tags explicitly and make them smaller */
.wpforo-post .wpforo-tags {
    font-size: 10px !important; /* Keep smaller font size for tags */
    font-weight: normal !important; /* Remove bold styling */
    color: gray !important; /* Optional: Lighter color */
}

/* Completely hide tags if needed */
.wpforo-post .wpforo-tags {
    display: none !important; /* Hides all tags */
}/* End custom CSS */