/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
.simple-pie-chart-block-wp__display {
  min-height: 500px;
}
.simple-pie-chart-block-wp__init {
  max-width: var(--chartWidth);
  margin: 0 auto;
}
.simple-pie-chart-block-wp__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 20px auto 25px auto !important;
  background-color: var(--legend-bg) !important;
  padding: 20px !important;
  border-radius: 20px;
}
@media (max-width: 320px) {
  .simple-pie-chart-block-wp__legend {
    align-items: flex-start;
    align-content: center;
    flex-direction: column;
  }
}
.simple-pie-chart-block-wp__legend--entry {
  flex: 0 1 150px;
  margin: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  gap: 10px;
  cursor: pointer;
  font-size: 16px;
}
.simple-pie-chart-block-wp__legend--entry:hover, .simple-pie-chart-block-wp__legend--entry:focus {
  opacity: 0.7;
}
.simple-pie-chart-block-wp__legend--entry.active {
  opacity: 0.45;
  transform: scale(0.95);
  text-decoration: line-through;
}
@media (max-width: 480px) {
  .simple-pie-chart-block-wp__legend--entry {
    flex: 1 1 40%;
    width: 100%;
  }
}
.simple-pie-chart-block-wp__legend--entry:before {
  content: "";
  display: block;
  height: 10px;
  background-color: var(--slice-color) !important;
  width: 100%;
  flex-shrink: 0;
}
.simple-pie-chart-block-wp__legend--entry.dot:before {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.simple-pie-chart-block-wp__legend--entry.line {
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  text-align: left;
}
.simple-pie-chart-block-wp__legend--entry .legend-title {
  font-weight: 700;
}

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