/*
 * AQUILA_PRIVACY_FLOATING_ENTRYPOINT_LOCK_R22
 *
 * Privacy authentication stays available through:
 *
 *   More -> Face ID / Fingerprint
 *
 * The old floating Privacy entry point must never appear
 * on desktop web, mobile web or installed PWA.
 *
 * Do NOT remove the DOM controller because the More-page
 * Manage action reuses the existing biometric controller.
 */

html body .aquila-privacy-button,
html body button.aquila-privacy-button {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
