.rotate-preview-wrap { position:relative; }
.rotate-preview-wrap .rotate-preview {
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:min(46vh,390px);
  border-radius:14px;
  background:transparent;
  box-shadow:0 10px 24px rgba(38,64,96,.12);
}
.rotate-preview-wrap .rotate-preview[hidden] { display:none !important; }
.rotate-preview-placeholder {
  min-height:190px;
  display:grid;
  place-items:center;
  color:#6c8299;
  text-align:center;
  padding:24px;
}
.rotate-preview-placeholder[hidden] { display:none !important; }
.rotate-card.is-processing .rotate-preview { opacity:.72; }
.rotate-card .download-item:disabled { cursor:wait; }
