/* Extracted from assets/modal.css — Choreography form (#choreo-request) — Step 5 */

/* Desktop: Choreography — span and center */
@media (min-width: 769px) {
  #choreo-request .form-grid>.actions {
    grid-column: 1 / -1;
    justify-content: center;
  }
}
