/*
Plugin Name: Mimetypes Link Icons
Description: Custom style for Mimetypes Link Icons
*/

/**
 * Table of Contents
 *
 * 1.0 - General
 */

/**
 * 1.0 - General
 */
.gallery {
  width: 100%;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: var(--blng-press-space-combo);
  padding: 20px 10px;
  border: 1px solid var(--blng-pe-azure-3c);
  border-radius: 5px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  column-gap: 35px;
  row-gap: 40px;
  font-size: 0.75em;
}

.gallery-item {
  margin:  0 !important;
  width: 250px;
  height: 60px;
}

.gallery-item  a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none !important;
  text-align: left;
}

.gallery-item  img {
  max-width: none;
}
