/* Images stand on their own; document download cards keep their existing style. */
.ws-root .ws-generated-file.ws-image-artifact,
.ws-root .ws-generated-file.ws-image-artifact:hover,
.ws-root .ws-generated-file.ws-image-artifact:active{
  border:0;
  padding:0;
  background:transparent;
  box-shadow:none;
}
.ws-root .ws-image-artifact .ws-generated-image{
  aspect-ratio:auto;
  width:auto;
  height:auto;
  max-width:100%;
  background:transparent;
  border:0;
  box-shadow:none;
}
