.ab-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 0;
}

.ab-wrap canvas {
  display: block;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

.ab-config-error {
  max-width: 560px;
  margin: 24px;
  padding: 20px 22px;
  border: 1px solid rgba(248, 113, 113, 0.45);
  border-radius: 10px;
  background: rgba(127, 29, 29, 0.22);
  color: #fee2e2;
  font: 14px/1.5 "Segoe UI", Tahoma, sans-serif;
}

.ab-config-error strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
}

.ab-config-error ul {
  margin: 0;
  padding-left: 18px;
}
