/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/block-filters/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
ul.is-style-no-bullets {
  list-style: none !important;
  margin-left: 0;
}
ul.is-style-no-bullets li {
  list-style: none !important;
}

@media screen and (max-width: 599px) {
  ul.has-columns-mobile-2, ol.has-columns-mobile-2 {
    -moz-columns: 2;
         columns: 2;
  }
  ul.has-columns-mobile-3, ol.has-columns-mobile-3 {
    -moz-columns: 3;
         columns: 3;
  }
  ul.has-columns-mobile-4, ol.has-columns-mobile-4 {
    -moz-columns: 4;
         columns: 4;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  ul.has-columns-tablet-2, ol.has-columns-tablet-2 {
    -moz-columns: 2;
         columns: 2;
  }
  ul.has-columns-tablet-3, ol.has-columns-tablet-3 {
    -moz-columns: 3;
         columns: 3;
  }
  ul.has-columns-tablet-4, ol.has-columns-tablet-4 {
    -moz-columns: 4;
         columns: 4;
  }
}
@media screen and (min-width: 1024px) {
  ul.has-columns-2, ol.has-columns-2 {
    -moz-columns: 2;
         columns: 2;
  }
  ul.has-columns-3, ol.has-columns-3 {
    -moz-columns: 3;
         columns: 3;
  }
  ul.has-columns-4, ol.has-columns-4 {
    -moz-columns: 4;
         columns: 4;
  }
}
.wp-block-cover .media-credit {
  position: absolute;
  bottom: 5px;
  right: 20px;
  color: #fff;
  font-size: 0.75rem;
  text-align: right;
}

/*# sourceMappingURL=style-index.css.map*/