html.is-large-touchscreen ._qrDialog_eobux_155 {
  gap: 18px;
}

.vtb-qr-pdf-code {
  display: block;
  width: min(256px, 100%);
  height: auto;
  margin: 0 auto;
  image-rendering: pixelated;
}

.vtb-qr-report-link {
  color: var(--color-blue-dark-blue, #092895);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 240px;
  margin: 0 auto;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: center;
}

.vtb-qr-report-link:focus-visible {
  outline: 2px solid var(--color-blue-light-blue, #01a9ff);
  outline-offset: 5px;
  border-radius: 8px;
}

.vtb-qr-report-link__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.vtb-qr-report-link svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
