.td-crop-preview-actions {
  display: none;
}

.td-crop-drag-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 36px;
  border: 1px solid #d7c9cf;
  border-radius: 7px;
  background: #fff;
  color: #7f284d;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.td-crop-drag-toggle:hover,
.td-crop-drag-toggle:focus-visible {
  border-color: #bd4a78;
  background: #fff7fb;
  outline: none;
}

.td-crop-drag-toggle.is-active {
  border-color: #bd4a78;
  background: #8f2e56;
  color: #fff;
}

.td-crop-drag-toggle-icon {
  display: inline-grid;
  width: 18px;
  height: 18px;
  place-items: center;
  flex: 0 0 18px;
}

.td-crop-drag-toggle-svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

@media (max-width: 760px) {
  .td-crop-preview-shell {
    gap: 8px;
    place-items: stretch;
    padding: 8px;
  }

  .td-crop-preview-actions {
    display: flex;
    justify-content: flex-end;
  }

  .td-crop-source-stage {
    min-height: 190px;
    touch-action: pan-y;
    cursor: default;
  }

  .td-crop-editor.is-drag-enabled .td-crop-source-stage {
    touch-action: none;
    cursor: grab;
  }

  .td-crop-editor.is-drag-enabled .td-crop-source-stage:active {
    cursor: grabbing;
  }
}
