$export-crop-padding: 12px;
$export-crop-block-height: 57px;

// packages/@scaleflex/widget-explorer/src/components/DownloadTransformation/Option.jsx
// packages/@scaleflex/widget-explorer/src/components/DownloadTransformation/ImageResize.jsx
.filerobot-Explorer-ImageOptions {
  &-options {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;

    &-select {
      width: 60%;
      text-align: left;
      text-transform: capitalize;

      &-fullWidth {
        width: 100%;
      }
    }
  }

  &-size-options {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 4px;
  }

  &-description {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

  &-settings {
    margin-bottom: 10px;
  }

  &-resize-options {
    display: flex;
    align-items: center;
    column-gap: 8px;
  }

  &-download-zip {
    display: flex;
    margin-top: 16px;
  }
}

#SfxPopper {
  position: absolute;
  top: -10000px;
}
