.compression-preview {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent var(--saved), rgba(0, 0, 0, 0.36) var(--saved)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(118, 216, 255, 0.08));
}

.compression-preview .image-before,
.compression-preview .image-after {
  position: absolute;
  top: 22%;
  bottom: 22%;
  width: 34%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

.compression-preview .image-before {
  left: 11%;
  background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.18) 0 5px, transparent 5px 10px);
}

.compression-preview .image-after {
  right: 11%;
  background: linear-gradient(145deg, rgba(148, 240, 195, 0.26), rgba(255, 255, 255, 0.06));
}

.compression-preview i {
  position: absolute;
  top: 16%;
  bottom: 16%;
  left: var(--saved);
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.2);
}
