.px-pie-chart {
  width: var(--baseWidth);
  max-width: var(--maxWidth);
  margin-left: auto;
  margin-right: auto;
  container-type: inline-size;
}
.px-pie-chart.text_standard .px-pie-chart-inner {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  width: calc(100% - 38px);
  margin-left: 38px;
}
.px-pie-chart.text_standard .text_inner {
  margin-top: -65px;
  background: #fff;
  border-radius: var(--baseBorderRadius);
  padding: 100px clamp(1.1111111111rem, 0.6367278094rem + 1.8975332068vw, 2.2222222222rem) clamp(1.1111111111rem, 0.6367278094rem + 1.8975332068vw, 2.2222222222rem) clamp(1.1111111111rem, 0.6367278094rem + 1.8975332068vw, 2.2222222222rem);
  box-shadow: 0 4px 15px 0 rgba(113, 99, 169, 0.3);
  width: 100%;
}
@container (max-width: 550px) {
  .px-pie-chart.text_standard .text_inner {
    margin-top: 20px;
    padding: clamp(1.1111111111rem, 0.6367278094rem + 1.8975332068vw, 2.2222222222rem);
  }
}
.px-pie-chart.text_standard.border_style .px-pie-chart-inner {
  width: 100%;
  margin-left: 0;
}
.px-pie-chart.text_standard.border_style .text_inner {
  margin-top: -165px;
  background: #fff;
  border-radius: var(--baseBorderRadius);
  padding: 198px clamp(1.1111111111rem, 0.6367278094rem + 1.8975332068vw, 2.2222222222rem) clamp(1.1111111111rem, 0.6367278094rem + 1.8975332068vw, 2.2222222222rem) clamp(1.1111111111rem, 0.6367278094rem + 1.8975332068vw, 2.2222222222rem);
  box-shadow: 0 4px 15px 0 rgba(113, 99, 169, 0.3);
  width: 100%;
}
@container (max-width: 835px) {
  .px-pie-chart.text_standard.border_style .text_inner {
    margin-top: 20px;
    padding: clamp(1.1111111111rem, 0.6367278094rem + 1.8975332068vw, 2.2222222222rem);
  }
}
.px-pie-chart.text_bottom .px-pie-chart-inner .px-pie-chart-legend {
  padding: clamp(0.8333333333rem, 0.4301075269rem + 1.6129032258vw, 1.7777777778rem) clamp(1.1111111111rem, 0.6367278094rem + 1.8975332068vw, 2.2222222222rem);
  box-shadow: 0 4px 15px 0 rgba(113, 99, 169, 0.3);
  background: #fff;
  border-radius: var(--baseBorderRadius);
  margin: clamp(1.6666666667rem, 1.4294750158rem + 0.9487666034vw, 2.2222222222rem) 0;
}
.px-pie-chart.text_bottom .px-pie-chart-inner .px-pie-chart-legend .px-pie-chart-legend-item {
  min-width: 0;
}
.px-pie-chart.hide_label .px-pie-chart-segment .px-pie-chart-segment-label {
  display: none !important;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
}
.px-pie-chart-chart-wrap {
  flex-shrink: 0;
  position: relative;
  max-width: 100%;
}
.px-pie-chart-svg {
  display: block;
  overflow: visible;
  height: auto;
  max-width: 100%;
}
.px-pie-chart.border_style .px-pie-chart-chart-wrap {
  width: 600px;
  max-width: 100%;
}
.px-pie-chart.border_style .px-pie-chart-svg {
  width: 600px;
}
.px-pie-chart.full_style .px-pie-chart-chart-wrap {
  width: 285px;
  max-width: 100%;
}
.px-pie-chart.full_style .px-pie-chart-svg {
  width: 285px;
}
.px-pie-chart-segment {
  cursor: pointer;
  outline: none;
  transition: transform 0.2s ease;
}
.px-pie-chart-segment path {
  transition: filter 0.2s ease;
}
.px-pie-chart-segment .px-pie-chart-segment-label {
  fill: #fff;
  font-size: 18px;
  font-weight: 700;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.px-pie-chart-segment:hover .px-pie-chart-segment-label,
.px-pie-chart-segment .px-pie-chart[data-active] .px-pie-chart-segment:nth-child(n) .px-pie-chart-segment-label {
  opacity: 1;
}
.px-pie-chart[data-active="0"] .px-pie-chart-segment[data-index="0"] {
  transform: scale(1.08);
}
.px-pie-chart[data-active="0"] .px-pie-chart-segment[data-index="0"] path {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
}
.px-pie-chart[data-active="0"] .px-pie-chart-legend-item[data-index="0"] .px-pie-chart-legend-text {
  text-shadow: 0 0 0.5px currentColor, 0 0 1px currentColor;
  color: inherit;
}
.px-pie-chart[data-active="1"] .px-pie-chart-segment[data-index="1"] {
  transform: scale(1.08);
}
.px-pie-chart[data-active="1"] .px-pie-chart-segment[data-index="1"] path {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
}
.px-pie-chart[data-active="1"] .px-pie-chart-legend-item[data-index="1"] .px-pie-chart-legend-text {
  text-shadow: 0 0 0.5px currentColor, 0 0 1px currentColor;
  color: inherit;
}
.px-pie-chart[data-active="2"] .px-pie-chart-segment[data-index="2"] {
  transform: scale(1.08);
}
.px-pie-chart[data-active="2"] .px-pie-chart-segment[data-index="2"] path {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
}
.px-pie-chart[data-active="2"] .px-pie-chart-legend-item[data-index="2"] .px-pie-chart-legend-text {
  text-shadow: 0 0 0.5px currentColor, 0 0 1px currentColor;
  color: inherit;
}
.px-pie-chart[data-active="3"] .px-pie-chart-segment[data-index="3"] {
  transform: scale(1.08);
}
.px-pie-chart[data-active="3"] .px-pie-chart-segment[data-index="3"] path {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
}
.px-pie-chart[data-active="3"] .px-pie-chart-legend-item[data-index="3"] .px-pie-chart-legend-text {
  text-shadow: 0 0 0.5px currentColor, 0 0 1px currentColor;
  color: inherit;
}
.px-pie-chart[data-active="4"] .px-pie-chart-segment[data-index="4"] {
  transform: scale(1.08);
}
.px-pie-chart[data-active="4"] .px-pie-chart-segment[data-index="4"] path {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
}
.px-pie-chart[data-active="4"] .px-pie-chart-legend-item[data-index="4"] .px-pie-chart-legend-text {
  text-shadow: 0 0 0.5px currentColor, 0 0 1px currentColor;
  color: inherit;
}
.px-pie-chart[data-active="5"] .px-pie-chart-segment[data-index="5"] {
  transform: scale(1.08);
}
.px-pie-chart[data-active="5"] .px-pie-chart-segment[data-index="5"] path {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
}
.px-pie-chart[data-active="5"] .px-pie-chart-legend-item[data-index="5"] .px-pie-chart-legend-text {
  text-shadow: 0 0 0.5px currentColor, 0 0 1px currentColor;
  color: inherit;
}
.px-pie-chart[data-active="6"] .px-pie-chart-segment[data-index="6"] {
  transform: scale(1.08);
}
.px-pie-chart[data-active="6"] .px-pie-chart-segment[data-index="6"] path {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
}
.px-pie-chart[data-active="6"] .px-pie-chart-legend-item[data-index="6"] .px-pie-chart-legend-text {
  text-shadow: 0 0 0.5px currentColor, 0 0 1px currentColor;
  color: inherit;
}
.px-pie-chart[data-active="7"] .px-pie-chart-segment[data-index="7"] {
  transform: scale(1.08);
}
.px-pie-chart[data-active="7"] .px-pie-chart-segment[data-index="7"] path {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
}
.px-pie-chart[data-active="7"] .px-pie-chart-legend-item[data-index="7"] .px-pie-chart-legend-text {
  text-shadow: 0 0 0.5px currentColor, 0 0 1px currentColor;
  color: inherit;
}
.px-pie-chart[data-active="8"] .px-pie-chart-segment[data-index="8"] {
  transform: scale(1.08);
}
.px-pie-chart[data-active="8"] .px-pie-chart-segment[data-index="8"] path {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
}
.px-pie-chart[data-active="8"] .px-pie-chart-legend-item[data-index="8"] .px-pie-chart-legend-text {
  text-shadow: 0 0 0.5px currentColor, 0 0 1px currentColor;
  color: inherit;
}
.px-pie-chart[data-active="9"] .px-pie-chart-segment[data-index="9"] {
  transform: scale(1.08);
}
.px-pie-chart[data-active="9"] .px-pie-chart-segment[data-index="9"] path {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
}
.px-pie-chart[data-active="9"] .px-pie-chart-legend-item[data-index="9"] .px-pie-chart-legend-text {
  text-shadow: 0 0 0.5px currentColor, 0 0 1px currentColor;
  color: inherit;
}
.px-pie-chart[data-active="10"] .px-pie-chart-segment[data-index="10"] {
  transform: scale(1.08);
}
.px-pie-chart[data-active="10"] .px-pie-chart-segment[data-index="10"] path {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
}
.px-pie-chart[data-active="10"] .px-pie-chart-legend-item[data-index="10"] .px-pie-chart-legend-text {
  text-shadow: 0 0 0.5px currentColor, 0 0 1px currentColor;
  color: inherit;
}
.px-pie-chart[data-active="11"] .px-pie-chart-segment[data-index="11"] {
  transform: scale(1.08);
}
.px-pie-chart[data-active="11"] .px-pie-chart-segment[data-index="11"] path {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
}
.px-pie-chart[data-active="11"] .px-pie-chart-legend-item[data-index="11"] .px-pie-chart-legend-text {
  text-shadow: 0 0 0.5px currentColor, 0 0 1px currentColor;
  color: inherit;
}
.px-pie-chart-legend {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  margin: 0;
  padding: 0;
  flex: 1;
  min-width: 180px;
}
.px-pie-chart-legend-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 114px;
  font-size: 15px;
  cursor: pointer;
  outline: none;
  margin: 0 0 5px 0;
  padding: 0;
}
.px-pie-chart-legend-swatch {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  display: block;
}
.px-pie-chart-legend-text {
  margin: 0;
  font-weight: 400;
  transition: text-shadow 0.2s ease, color 0.2s ease;
}

.wp-block-columns .px-pie-chart,
.px-frame-layout .px-pie-chart,
.accordion-content .px-pie-chart,
.tab_wrapper .px-pie-chart {
  width: 100%;
}