/* Modal Component Styles
 * Shared styles for modal components
 */

.modal-panel {
  max-width: 56rem; /* Default max-width */
}

.modal-panel--narrow {
  max-width: 28rem;
}

.modal-panel--wide {
  max-width: 80rem;
}

