.news-confirm{position:absolute;z-index:1000;inset:0;background:#0009;display:grid;place-items:center;padding:24px;backdrop-filter:blur(5px)}
.news-confirm-card{width:100%;max-width:300px;background:#fff;color:#17171b;border-radius:20px;padding:20px;text-align:center;box-shadow:0 20px 60px #0008}
.news-confirm-icon{width:42px;height:42px;margin:0 auto 10px;border-radius:50%;display:grid;place-items:center;background:#f1f1f4;color:#e3192b;font-size:22px;font-weight:900}
.news-confirm h2{font-size:19px;margin:0 0 8px}.news-confirm p{font-size:12px;line-height:1.45;color:#686871;margin:0 0 18px}
.news-confirm-card>div:last-child{display:grid;grid-template-columns:1fr 1fr;gap:8px}.news-confirm button{border:0;border-radius:11px;padding:11px;background:#ececf0;font-size:11px;font-weight:800}.news-confirm button:last-child{background:#17171b;color:#fff}.news-confirm button.danger{background:#e3192b}
.app.dark .news-confirm-card{background:#232328;color:#fff}.app.dark .news-confirm p{color:#aaa}.app.dark .news-confirm button{background:#35353c;color:#fff}.app.dark .news-confirm button.danger{background:#e3192b}
