.elementor-field-type-image_cropper .image-cropper--preview {
  margin-top: 20px;
  width: 100%;
  height: 400px;
  background-color: lightgray;
  text-align: center;
}
.elementor-field-type-image_cropper .image-cropper--preview > img {
  max-width: 100%;
  height: 100%;
  width: auto;
}
.elementor-field-type-image_cropper .image-cropper--preview > img[src="#"] {
  display: none;
}
.elementor-field-type-image_cropper .cropped-image-input {
  appearance: none;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 26px;
  z-index: -1;
  margin-right: auto;
}
.elementor-field-type-image_cropper input[type=file] {
  background-color: transparent !important;
  border-radius: 0 !important;
  max-width: calc(100% - 40px) !important;
  margin-right: 10px;
  display: inline-block;
}
.elementor-field-type-image_cropper .rotate-image {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: var(--e-global-color-primary);
  background-image: url(./rotation.svg);
  background-size: 60%;
  background-repeat: no-repeat;
  padding: 0;
  border: none !important;
  background-position: center center;
}
