.whitelist-dialog{width:min(420px,calc(100vw - 40px));max-height:calc(100dvh - 40px);box-sizing:border-box;border:1px solid #e6ebf2;border-radius:24px;padding:30px;background:#fff;color:#253653;box-shadow:0 24px 80px #19335433;text-align:center}
.whitelist-dialog::backdrop{background:#14233f66;backdrop-filter:blur(5px)}
.whitelist-dialog h2{font-size:22px;line-height:1.5;margin:12px 0}
.whitelist-dialog .whitelist-symbol{display:grid;place-items:center;width:52px;height:52px;margin:0 auto;border-radius:18px;background:#fff2db;color:#a76516;font-size:28px;font-weight:700}
.whitelist-dialog .whitelist-message{font-size:18px;line-height:1.8;margin:12px 0;overflow-wrap:anywhere}
.whitelist-dialog .whitelist-help{font-size:14px;line-height:1.7;color:#738199;margin:12px 0 24px}
.whitelist-dialog button{width:100%;border:0;border-radius:12px;background:#5969eb;color:#fff;font:inherit;font-size:16px;padding:13px 20px;cursor:pointer}
.whitelist-dialog button:focus-visible{outline:3px solid #bbc3ff;outline-offset:3px}
