/* Force the nested Media Library modal to be wider */
.ui-dialog.media-library-widget-modal {
  width: 95% !important;
  max-width: 1400px !important;
}

/* Ensure the grid inside uses the full width */
.media-library-view {
  width: 100%;
}

/* Clean up the vertical tabs on the left if they feel cramped */
.media-library-menu {
  width: 15%;
}

.media-library-content {
  width: 85%;
}