:host { display: block; }
.anti-phishing-dialog-overlay { position: fixed; inset: 0px; box-sizing: border-box; z-index: var(--fds-z-index-1050, 1050); display: flex; align-items: center; justify-content: center; padding: var(--fds-spacing-200, 16px); background: rgba(0, 0, 0, 0.72); }
.anti-phishing-dialog-modal { position: relative; display: flex; flex-direction: column; width: min(92dvw, 580px); max-height: calc(100dvh - var(--fds-spacing-400, 32px)); overflow: hidden; border-radius: var(--fds-border-radius-container-default, 12px); background: var(--fds-alternate-surface, #000); box-shadow: var(--fds-elevation-500, 0 16px 40px rgba(0, 0, 0, 0.24)); }