@use '../../theme/styles' as theme;

.wr-qr {
  display: inline-block;
  line-height: 0;
  @include theme.smooth-br(var(--wr-border-radius-base));
  overflow: hidden;

  > canvas {
    display: block;
  }
}
