.local-captcha-error {
  position: relative;
  margin: 10px 0;
  padding: 10px 34px;
  min-height: 41px;
  border: 1px solid #ebccd1;
  border-radius: 3px;
  background: #f2dede;
  color: #f22;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.local-captcha-error[hidden] { display: none; }
.local-captcha-error-icon {
  position: absolute;
  left: 12px;
  top: 9px;
  width: 19px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 4px;
  background: #a52b2b;
  box-shadow: 0 0 2px 1px #777;
  color: white;
  font: bold 20px/15px Arial, sans-serif;
  text-align: center;
}
.local-result-dialog {
  position: fixed;
  inset: 0;
  margin: auto;
  width: 454px;
  max-width: calc(100vw - 28px);
  max-height: calc(100vh - 28px);
  overflow: auto;
  padding: 36px 13px 8px;
  border: 1px solid #a8b3ba;
  border-radius: 3px;
  background: linear-gradient(#edf1f3, #fff 34px);
  color: #244761;
  box-shadow: 0 4px 9px #0008;
  font: 14px/20px Arial, sans-serif;
}
.local-result-dialog::backdrop { background: rgba(39, 88, 109, .49); }
.local-result-dialog h2 { margin: 3px 0 5px; text-align:center; font: 24px/29px Arial,sans-serif; color:#244c87; }
.local-result-demo { margin:0 0 8px; color:#665522; text-align:center; font:11px/16px Arial,sans-serif; }
.local-result-x { position:absolute; top:4px; right:7px; border:0; background:transparent; color:#73818a; font:bold 20px/20px Arial; }
.local-result-icon { display:inline-block; width:20px; height:20px; border-radius:50%; color:#fff; text-align:center; vertical-align:top; font:bold 19px/20px Arial; }
.local-result-icon.ok { background:#39a844; }
.local-result-icon.fail { background:#c9373c; }
.local-result-close { width:118px; margin-top:2px; padding:4px 12px; }
.local-result-dialog [hidden] { display:none; }
.local-result-missing { width: 345px; }
.local-result-missing .local-result-close { margin-top:20px; }
.local-result-missing strong { font-size:13px; color:#444; }
