/**
 * @file
 * Widen the Media Library modal dialog.
 *
 * When opened from CKEditor5, the dialog gets ui-dialog--narrow and width:auto
 * but NOT the media-library-widget-modal class. Target the media library wrapper
 * inside the dialog instead.
 */
.ui-dialog--narrow:has(#media-library-wrapper) {
  max-width: 90vw !important;
  width: 1200px !important;
}
