#account-ban-dialog { border:1px solid #e5eaf1; border-radius:20px; padding:28px; width:min(420px,calc(100vw - 40px)); box-sizing:border-box; color:#203953; background:#fff; box-shadow:0 24px 80px #10243d33; }
#account-ban-dialog::backdrop { background:rgba(17,34,54,.48); }
#account-ban-dialog h2 { margin:0 0 16px; font-size:21px; color:#203953; }
#account-ban-dialog p { margin:12px 0; color:#708097; line-height:1.8; font-size:14px; }
#account-ban-dialog .account-ban-until { background:#fff4ee; color:#a14a26; border-radius:10px; padding:14px; font-size:14px; line-height:1.7; }
#account-ban-dialog form { display:flex; justify-content:flex-end; margin-top:22px; }
#account-ban-dialog button { border:0; border-radius:10px; background:#244b74; color:#fff; padding:11px 24px; cursor:pointer; font:inherit; }
#account-ban-dialog button:focus-visible { outline:3px solid #92b3d5; outline-offset:3px; }
