/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./src/categories/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front and editor of your site.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-categories-list--lazy {
  display: block !important;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.wp-block-categories-list--lazy li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.wp-block-categories-list--lazy li a:before {
  font-family: "Font Awesome 6 Sharp";
  font-size: 25px;
  font-weight: 900;
  content: "\f0c8";
  margin-right: 16px;
  color: var(--wp--preset--color--white) !important;
}
.wp-block-categories-list--lazy li a.active:before {
  content: "\f14a";
  font-weight: 900;
  color: var(--wp--preset--color--accent-2) !important;
}

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