#tool-output-media {
  margin: 8px auto 0;
  max-height: 34rem;
  object-fit: contain;
  background-color: #fff;
  background-image:
    linear-gradient(45deg, #e2e8f0 25%, transparent 25%),
    linear-gradient(-45deg, #e2e8f0 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #e2e8f0 75%),
    linear-gradient(-45deg, transparent 75%, #e2e8f0 75%);
  background-position: 0 0, 0 10px, 10px -10px, -10px 0;
  background-size: 20px 20px;
}

.tool-file-dropzone:not(.has-file) ~ .tool-output-label {
  display: none;
}

.tool-output-label {
  margin-top: 4px;
  text-align: center;
}

.tool-media-actions {
  justify-content: center;
}
