/* Keep the result column packed to the top so the Copy button stays its natural
   size instead of stretching to fill the grid row (the control-first bench gotcha
   shared with duration-calculator and video-file-size-estimator). */
.meeting-cost-calculator-page .canvas-bench {
  align-content: start;
}

.meeting-cost-calculator-page .canvas-bench .tool-actions {
  align-items: center;
}
