/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./app/resources/css/media-library-downloads.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.media-library-downloads__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  grid-gap: 1.25rem;
}
@media (max-width: 900px) {
  .media-library-downloads__list {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
.media-library-downloads__item {
  background-image: linear-gradient(44deg, #686868 25%, #AAAAAA 75%);
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.media-library-downloads__item figure {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.media-library-downloads__item figure img {
  -o-object-fit: contain;
     object-fit: contain;
}
.media-library-downloads__item figure figcaption {
  background-color: #000;
  text-align: center;
  color: #fff;
}
.media-library-downloads__item__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.75rem;
}
.media-library-downloads__item__mime-type {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.media-library-downloads .btn {
  background-color: #000;
  color: #fff !important;
  font-weight: normal !important;
}

/*# sourceMappingURL=media-library-downloads.css.map*/