/*
 * 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.
 */

.image-viewer-canvas .viewer-canvas > img {
  filter: drop-shadow(0 1px 2px rgba(15, 23, 42, 0.08)) drop-shadow(0 8px 24px rgba(15, 23, 42, 0.10));
  border-radius: 4px;
}
