.authenticator-qr {
  display: grid;
  justify-items: center;
  gap: 9px;
  margin: 18px 0;
  color: #536873;
  text-align: center;
}

.authenticator-qr img {
  display: block;
  width: min(264px, 100%);
  height: auto;
  padding: 10px;
  border: 1px solid #d1dcdf;
  border-radius: 12px;
  background: #fff;
  image-rendering: pixelated;
}

.authenticator-manual-label {
  margin: 18px 0 0;
  color: #536873;
}
