.abort {
  display: block;
  width: 100%;
  min-height: 58px;
  margin: -3px 0 14px;
  border: 2px solid #b9c8d2;
  border-radius: 16px;
  background: #f5f7f9;
  color: #536b7b;
  font: inherit;
  font-size: 16px;
  font-weight: 850;
  touch-action: manipulation;
}

.abort[hidden] { display: none; }
.abort-icon { font-size: 30px; font-weight: 800; }
dialog .confirm-abort { background: var(--red); color: white; }
