/* UKG Business is a private, organisation-scoped communications client. */
#mx_SpotlightDialog_button_explorePublicSpaces,
#mx_SpotlightDialog_button_explorePublicRooms,
#mx_SpotlightDialog_button_inviteLink {
    display: none !important;
}

/* Encryption is deliberately unavailable in the server-managed UKG client. */
.mx_EncryptionUserSettingsTab,
.mx_EncryptionCard,
.mx_SetupEncryptionBody,
.mx_CompleteSecurity,
.mx_E2EIcon,
.mx_E2EIconView,
.mx_EventTile_e2eIcon,
.mx_MessageComposer_e2eIconWrapper,
.mx_MessageComposer_e2eIcon,
.mx_MessageComposer_unencryptedIcon,
[aria-label*="not end-to-end encrypted" i],
[aria-label*="room is not encrypted" i] {
    display: none !important;
}

.mx_BasicMessageComposer_input {
    --placeholder: 'Send\ a\ message…' !important;
}
