/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/tagcloud/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.
 */
.dbp-tagcloud {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 8px;
}
.dbp-tagcloud__item {
  display: inline-block;
  color: inherit;
  background: #eee;
  font-size: 0.8em;
  padding: 0.8em 1.2em 0.6em;
  border-radius: 3px;
  margin: 0;
}
.dbp-tagcloud__item i {
  margin-right: 0.4em;
}
.dbp-tagcloud__item.has-shadow {
  -webkit-box-shadow: 0 5px 10px 8px rgba(18, 63, 82, 0.035), 0 0 0 1px rgba(176, 181, 193, 0.2);
          box-shadow: 0 5px 10px 8px rgba(18, 63, 82, 0.035), 0 0 0 1px rgba(176, 181, 193, 0.2);
}

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