/* Custom styles for Gov Com to disable profile editing */

/* Hide display name section in User Settings */
.mx_ProfileSettings_displayName {
    display: none !important;
}

/* Hide avatar section in User Settings */
.mx_ProfileSettings_avatar {
    display: none !important;
}

/* Hide the "Display Name" field in the general settings if it's there */
.mx_UserSettings_container .mx_ProfileSettings_displayName {
    display: none !important;
}

/* Prevent clicking on the profile in the top left to change it */
.mx_UserMenu_contextMenu_header {
    pointer-events: none !important;
}
