/* Image Format Converter — scoped under .image-format-converter-page.
   The upload + settings column is taller than the compact result column, so the
   bench would stretch its rows and balloon the download buttons. Pin the result
   to the top instead (the control-first bench gotcha, shared with the calculators). */
.image-format-converter-page .canvas-bench {
  align-content: start;
}

.image-format-converter-page .canvas-bench .tool-actions {
  align-items: center;
}

/* Keep the source drop zone / preview a sensible size in the narrow sidebar
   rather than the full-height stage used by preview-first picture tools. */
.image-format-converter-page .image-drop-zone {
  min-height: 16rem;
}
