/* Keep the result column packed to the top so the action button stays its
   natural size instead of stretching to fill the grid row. */
.video-file-size-estimator-page .canvas-bench {
  align-content: start;
}

.video-file-size-estimator-page .canvas-bench .tool-actions {
  align-items: center;
}
