/* Remove all highlighting effects */
.highlight, .highlighted, .role-badge, strong, em, b,
[class*="highlight"], [class*="role-"], [class*="badge"] {
    background-color: transparent !important;
    color: inherit !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}

/* Fix colors for role and project badges */
#profile-role, #profile-name, #profile-email,
.role-admin, .role-user, .status-active, .status-inactive,
.role-badge, .status-badge {
    background-color: transparent !important;
    color: inherit !important;
    font-weight: normal !important;
    padding: 0 !important;
    border-radius: 0 !important;
    display: inline !important;
}

/* Preserve icons */
.fas, .far, .fab, .fa, i.fa-*, i.fas, i.far, i.fab {
    font-style: normal !important; /* Keep icon styling */
}