:root {
  --sidebar-width: 31rem;
  --layout-gap: 4rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 34rem;
    --layout-gap: 6rem;
  }
}
.pie-chart {
  text-align: center;
  position: relative;
}
.pie-chart .doughnut {
  margin: 0 0 3rem 0;
  padding: 0 10%;
}
.pie-chart .doughnut.is-active svg circle:not(.active) {
  opacity: 0.35;
}
.pie-chart svg {
  display: block;
  width: 100%;
  height: auto;
}
.pie-chart svg circle {
  paint-order: fill;
  transition: all 0.25s ease-in-out;
}
.pie-chart svg circle.active {
  stroke: #172D47;
  stroke-width: 21px;
}
.pie-chart svg text {
  font-family: var(--wp--preset--font-family--primary);
}
.pie-chart svg text.center-text {
  font-size: 1.4rem;
  font-weight: 300;
  fill: #1A1919;
}
.pie-chart svg text.fill-text {
  font-size: 0.45rem;
  font-weight: 400;
  fill: #8C6F2E;
  margin-top: -10px;
}
.pie-chart .pie-legend {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pie-chart .pie-legend li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  min-height: 18px;
  font-size: 1.5rem;
  margin: 0 0 0.6ch 0;
  padding: 0 0 0 30px !important;
  cursor: pointer;
  transition: color 0.25s ease-in-out;
  position: relative;
}
.pie-chart .pie-legend li:before {
  display: none;
}
.pie-chart .pie-legend li .color {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.pie-chart .pie-legend li .name {
  width: calc(100% - 50px);
  text-align: left;
}
.pie-chart .pie-legend li .data {
  margin: 0 0 0 auto;
  width: 40px;
}
.pie-chart .pie-legend li:hover, .pie-chart .pie-legend li.active {
  color: #8C6F2E;
}/*# sourceMappingURL=block-pie-chart.css.map */