dialog.email-spelling-dialog {
  box-sizing: border-box;
  position: fixed;
  inset: 0;
  margin: auto;
  width: min(460px, calc(100vw - 32px));
  max-height: calc(100dvh - 40px);
  overflow: auto;
  padding: 30px;
  border: 1px solid #d4dfeb;
  border-radius: 24px;
  background: #f8fafc;
  color: #293d61;
  box-shadow: 0 24px 80px #15244330;
  font: 15px/1.65 system-ui, sans-serif;
  text-align: left;
}
dialog.email-spelling-dialog::backdrop { background: #17274466; backdrop-filter: blur(4px); }
.email-spelling-dialog h2 { margin: 0 0 16px; color: inherit; font: 600 21px/1.4 system-ui, sans-serif; }
.email-spelling-dialog p { margin: 0 0 20px; color: inherit; font: inherit; }
.email-spelling-dialog .email-spelling-address {
  padding: 14px 16px;
  border-radius: 12px;
  background: #e9eff6;
  font-size: 19px;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.email-spelling-actions { display: grid; gap: 10px; }
.email-spelling-dialog button {
  width: 100%; height: auto; margin: 0; padding: 12px 16px;
  border: 1px solid #cbd7e5; border-radius: 14px;
  background: transparent; color: inherit; cursor: pointer;
  font: 500 15px/1.5 system-ui, sans-serif;
  white-space: normal; text-align: center;
}
.email-spelling-dialog .email-spelling-use { background: #293d61; border-color: #293d61; color: white; }
.email-spelling-dialog .email-spelling-cancel { border-color: transparent; }
.email-spelling-keep span { display: block; margin-top: 3px; font-size: 13px; overflow-wrap: anywhere; }
.email-spelling-dialog button:focus-visible { outline: 3px solid #b98747; outline-offset: 3px; }
.email-spelling-dialog button:hover { box-shadow: inset 0 0 0 999px #8ba3c015; }
@media (max-width: 480px) { dialog.email-spelling-dialog { padding: 24px 20px; } }

html[data-news-theme="dark"] dialog.email-spelling-dialog{background:#182536;color:#e0e8f3;border-color:#43536a}
html[data-news-theme="dark"] .email-spelling-dialog .email-spelling-address{background:#263b54;color:#d6e5f8}
html[data-news-theme="dark"] .email-spelling-dialog button{border-color:#526580}
html[data-news-theme="dark"] .email-spelling-dialog .email-spelling-use{background:#b5c9e6;color:#152238;border-color:#b5c9e6}
html[data-news-theme="dark"] .email-spelling-dialog .email-spelling-cancel{border-color:transparent}
