.wp-block-wphackers-qr-block__popover .components-popover__content {
  width: 300px;
  padding: 10px;
}
.wp-block-wphackers-qr-block__popover .components-select-control {
  margin-left: 10px;
}
.wp-block-wphackers-qr-block__popover .wp-block-wphackers-qr-block-image-size-control .components-text-control__input {
  max-width: 100px;
  margin-left: 5px;
}

.wp-block-wphackers-qr-block__actions {
  display: flex;
  justify-content: flex-end;
}
.wp-block-wphackers-qr-block__actions .components-button {
  margin-left: 5px;
}

.wp-block-wphackers-qr-block__preview canvas {
  display: none !important;
}

.wp-block-wphackers-qr-block__toolbar-menu-group {
  min-width: 280px;
}

.wp-block-wphackers-qr-block__toolbar-visibility,
.wp-block-wphackers-qr-block__toolbar-encrypt {
  min-width: 200px;
}

.error-correction-control-control,
.error-correction-control-dropdown {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.error-correction-control-control .correction-control-item,
.error-correction-control-dropdown .correction-control-item {
  margin: 5px;
}
.error-correction-control-control .components-button,
.error-correction-control-dropdown .components-button {
  width: 110px;
  height: 110px;
  display: block;
  margin: 0;
  padding: 5px;
}

.error-correction-control-dropdown {
  width: 240px;
}
.post-qr-code .components-panel__body-toggle > svg:first-child {
  margin-right: 5px;
}
.post-qr-code .post-qr-code__container {
  display: flex;
  justify-content: center;
}
.post-qr-code .post-qr-code__container canvas {
  width: 100%;
}
.post-qr-code .components-panel__row {
  justify-content: center;
}
.post-qr-code .components-panel__row .components-button:first-child {
  margin-right: 5px;
}
.post-publish-post-qr-code .components-panel__body-toggle > svg {
  margin-left: 5px;
}

.post-publish-post-qr-code__container {
  display: flex;
  justify-content: center;
}

/*# sourceMappingURL=index.css.map*/