/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 * Propshaft's :app bundle loads vendor/cropper.css as its own stylesheet.
 */

[data-controller="artwork-framing"] .cropper-container {
  background-color: #fff;
}

[data-controller="artwork-framing"] .cropper-modal {
  background-color: #fff;
  opacity: 1;
}

[data-controller="artwork-framing"] .cropper-crop-box::after {
  border: 3px solid #60a5fa;
  box-sizing: border-box;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

[data-controller="artwork-framing"] .cropper-line,
[data-controller="artwork-framing"] .cropper-point {
  display: none;
}
