/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/text/core-list/index.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.is-style-aver-disc-list {
  list-style: none;
  line-height: 2;
}
.is-style-aver-disc-list li {
  list-style-type: disc;
}

.is-style-aver-list-none {
  list-style: none;
}
.is-style-aver-list-none li {
  list-style: none;
  padding: 10px 0;
}

.is-style-aver-tag-style {
  list-style: none;
  padding-left: 0;
}
.is-style-aver-tag-style li {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 0.1rem 0.5rem;
  background-color: #ccc;
  color: #111;
  text-align: center;
  border-radius: 5px;
}
.is-style-aver-tag-style li a {
  color: inherit;
}
.is-style-aver-tag-style li:focus-within {
  background-color: #888;
  color: #fff;
  outline: 2px solid #444;
}

.is-style-aver-list-menu {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
.is-style-aver-list-menu li {
  border-bottom: 1px solid #ccc;
  list-style-type: none;
  padding: 10px 0;
}

.is-style-aver-highlighted-list {
  list-style: none;
  padding-left: 0;
}
.is-style-aver-highlighted-list li {
  padding: 10px;
  list-style: none;
}
.is-style-aver-highlighted-list li:not(:first-child) {
  border-top: 1px solid #d2d7e2;
}
.is-style-aver-highlighted-list li:nth-child(even) {
  background: rgba(0, 0, 0, 0.08);
}

.is-style-aver-checkmark-list {
  list-style: none;
  padding-left: 1rem;
}
.is-style-aver-checkmark-list li {
  list-style-type: "✓";
  padding: 10px 10px;
}

.wp-block-categories-list li.current-cat {
  font-weight: 700;
}

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