/* ArtistFlow v0.9.26 — release cover preview fit */
.cover-drop.square,
.dropzone.cover-drop.square {
  overflow: hidden;
  padding: 0 !important;
  background: #101018;
  border-radius: 22px;
}
.cover-drop.square [data-preview],
.dropzone.cover-drop.square [data-preview] {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0;
  display: block;
  overflow: hidden;
  border-radius: inherit;
  background: #101018;
}
.cover-drop.square .drop-cover,
.dropzone.cover-drop.square .drop-cover,
.cover-drop.square [data-preview] img,
.dropzone.cover-drop.square [data-preview] img {
  width: 100% !important;
  height: 100% !important;
  min-width: 100%;
  min-height: 100%;
  display: block;
  margin: 0 !important;
  border-radius: inherit !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: scale(1.035);
  transform-origin: center center;
}
.cover-drop.square.has-file,
.dropzone.cover-drop.square.has-file {
  border-style: solid;
  border-color: rgba(233, 38, 38, .55);
}
