/**
 * @file
 * Overrides applied inside the Media Library modal (iframe context).
 *
 * Attached globally via redaprende_metadata/media-library-overrides so it is
 * available when the modal dialog loads.
 */

/* Add breathing room below each thumbnail so the file name is readable
   and not clipped by the checkbox overlay.
   Use higher-specificity selectors to beat core's
   .media-library-item__preview { padding-bottom: 2.125rem } */
.media-library-item--grid .media-library-item__preview,
.media-library-widget .media-library-item__preview,
.view-media-library .media-library-item__preview {
  padding-bottom: 3.5rem !important;
}
