/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/blocks/investor-base-graph-section/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Alteia Investor Base Graph Section block — frontend styles.
 */
/**
 * Shared CTA pill button: layout, arrow motion, and pill chrome.
 *
 * Hover background defaults to --alteia-cta-button-hover-bg (set per multisite).
 *
 * Hover modes ($hover):
 * - false       Color-only hover when $hover-background is set / site default via modifiers
 * - 'lift'      opacity 0.92 + translateY + box-shadow
 * - 'lift-soft' opacity 0.96 + translateY + box-shadow
 * - 'fade'      opacity 0.92 + translateY (no shadow)
 * - 'translate' translateY only
 */
/**
 * Shared View All pill button styles for post blocks.
 */
/**
 * Hover / active fills for pie slices and bars.
 *
 * Default chart colors stay unchanged. Mapped replacements apply while a
 * segment or bar is hovered, focused, or persistently selected (click / tap).
 *
 * CSS :hover is limited to fine pointers so touch devices do not get sticky
 * hover. Persistent selection uses .is-alteia-chart-active from JS.
 */
.wp-block-alteia-investor-base-graph-section.alteia-investor-base-graph-section {
  width: 100%;
  max-width: 100% !important;
  margin: 0;
  margin: var(--alteia-investor-base-graph-section-margin, 0);
  padding-top: 80px;
  padding-top: var(--alteia-investor-base-graph-section-padding-top, 80px);
  padding-bottom: 80px;
  padding-bottom: var(--alteia-investor-base-graph-section-padding-bottom, 80px);
  padding-left: 0;
  padding-right: 0;
  padding-left: var(--alteia-investor-base-graph-section-padding-inline, 0);
  padding-right: var(--alteia-investor-base-graph-section-padding-inline, 0);
  background-color: #ffffff;
  background-color: var(--alteia-investor-base-graph-section-bg, #ffffff);
  color: #0a4f55;
  color: var(--alteia-investor-base-graph-section-text-color, var(--wp--preset--color--primary, #0a4f55));
  box-sizing: border-box;
}

.alteia-investor-base-graph-section__wrapper {
  width: 100%;
  max-width: 1140px;
  max-width: var(--wp--style--global--content-size, 1140px);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: var(--alteia-investor-base-graph-section-container-padding-inline, var(--wp--preset--spacing--section-horizontal, 20px));
  padding-right: var(--alteia-investor-base-graph-section-container-padding-inline, var(--wp--preset--spacing--section-horizontal, 20px));
  box-sizing: border-box;
}

.alteia-investor-base-graph-section__header {
  margin-bottom: 1.5rem;
}

.alteia-investor-base-graph-section__heading:empty {
  display: none;
  margin: 0;
}
.alteia-investor-base-graph-section__heading h2 {
  margin: 0;
  padding: 0;
  font-family: "SourceSansPro", sans-serif;
  font-family: var(--wp--preset--font-family--source-sans-pro, "SourceSansPro", sans-serif);
  font-size: max(2rem, min(4vw, 3.5rem));
  font-weight: 600;
  line-height: 1.25;
  color: #0a4f55;
  color: var(--alteia-investor-base-graph-section-heading-color, var(--wp--preset--color--primary, #0a4f55));
}

.alteia-investor-base-graph-section__description {
  margin-top: max(0.75rem, min(2vw, 1.25rem));
}
.alteia-investor-base-graph-section__description:empty {
  display: none;
  margin: 0;
}
.alteia-investor-base-graph-section__description p {
  margin: 0;
  padding: 0;
  font-family: "SourceSansPro", sans-serif;
  font-family: var(--wp--preset--font-family--source-sans-pro, "SourceSansPro", sans-serif);
  font-size: max(1rem, min(1.5vw, 1.125rem));
  font-weight: 400;
  line-height: 1.65;
  color: #0a4f55;
  color: var(--alteia-investor-base-graph-section-text-color, var(--wp--preset--color--primary, #0a4f55));
}

.alteia-investor-base-graph-section__cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 24px;
  gap: 24px;
  align-items: stretch;
}

.alteia-investor-base-graph-section__card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 16px;
  border-radius: 16px;
  background-color: #f0f6f5;
  background-color: var(--alteia-investor-base-graph-section-card-bg, var(--wp--preset--color--primary-light, #f0f6f5));
  box-sizing: border-box;
  text-align: left;
}

.alteia-investor-base-graph-section__card-title {
  margin: 0 0 16px;
  padding: 0;
  width: 100%;
  font-family: "SourceSansPro", sans-serif;
  font-family: var(--wp--preset--font-family--source-sans-pro, "SourceSansPro", sans-serif);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #0a4f55;
  color: var(--alteia-investor-base-graph-section-card-title-color, var(--wp--preset--color--primary, #0a4f55));
}

.alteia-investor-base-graph-section__chart-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px;
  border-radius: 16px 16px 0px 0px;
  background-color: #ffffff;
  box-sizing: border-box;
}

.alteia-investor-base-graph-section__chart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  overflow: visible;
}
.alteia-investor-base-graph-section__chart .apexcharts-canvas {
  display: block !important;
  margin-left: auto;
  margin-right: auto;
}
.alteia-investor-base-graph-section__chart .apexcharts-svg {
  display: block;
  overflow: visible;
}
.alteia-investor-base-graph-section__chart .apexcharts-datalabel-label,
.alteia-investor-base-graph-section__chart .apexcharts-datalabel-value,
.alteia-investor-base-graph-section__chart .apexcharts-pie-label,
.alteia-investor-base-graph-section__chart text.apexcharts-datalabel {
  font-family: "SourceSansPro", sans-serif;
  font-family: var(--wp--preset--font-family--source-sans-pro, "SourceSansPro", sans-serif);
  pointer-events: none;
}
.alteia-investor-base-graph-section__chart .apexcharts-legend,
.alteia-investor-base-graph-section__chart .apexcharts-toolbar {
  display: none;
}
.alteia-investor-base-graph-section__chart .apexcharts-pie-area.alteia-chart-hover-fill.is-alteia-chart-hovered, .alteia-investor-base-graph-section__chart .apexcharts-pie-area.alteia-chart-hover-fill.is-alteia-chart-active {
  fill: var(--alteia-chart-hover-fill);
  fill-opacity: 1;
}
.alteia-investor-base-graph-section__chart .apexcharts-pie-area {
  cursor: pointer;
  transition: fill 0.28s ease;
}

.alteia-investor-base-graph-section__chart-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  min-height: 180px;
  padding: 16px;
  font-family: "SourceSansPro", sans-serif;
  font-family: var(--wp--preset--font-family--source-sans-pro, "SourceSansPro", sans-serif);
  font-size: 14px;
  line-height: 1.5;
  color: #707070;
  text-align: center;
  box-sizing: border-box;
}

.alteia-investor-base-graph-section__legend-wrap {
  width: 100%;
  padding: 0px 16px 32px 16px;
  border-radius: 0px 0px 16px 16px;
  background-color: #ffffff;
  box-sizing: border-box;
}

.alteia-investor-base-graph-section__legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px 24px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.alteia-investor-base-graph-section__legend-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  transform-origin: left center;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
.alteia-investor-base-graph-section__legend-item [class*=__legend-dot],
.alteia-investor-base-graph-section__legend-item [class*=__legend-swatch] {
  transform: scale(1);
  transform-origin: center;
  transition: background-color 0.28s ease, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
.alteia-investor-base-graph-section__legend-item [class*=__legend-label] {
  display: inline-block;
  transform: scale(1);
  transform-origin: left center;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
.alteia-investor-base-graph-section__legend-item:focus {
  outline: none;
}
.alteia-investor-base-graph-section__legend-item:focus-visible {
  outline: 2px solid #009bab;
  outline: 2px solid var(--wp--preset--color--primary-blue, #009bab);
  outline-offset: 3px;
  border-radius: 2px;
}
.alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill.is-alteia-chart-hovered [class*=__legend-dot],
.alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill.is-alteia-chart-hovered [class*=__legend-swatch], .alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill.is-alteia-chart-active [class*=__legend-dot],
.alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill.is-alteia-chart-active [class*=__legend-swatch], .alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill:focus-visible [class*=__legend-dot],
.alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill:focus-visible [class*=__legend-swatch] {
  background-color: var(--alteia-chart-hover-fill) !important;
}
.alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill.is-alteia-chart-hovered, .alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill.is-alteia-chart-active, .alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill:focus-visible {
  transform: translate3d(2px, -1px, 0);
}
.alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill.is-alteia-chart-hovered [class*=__legend-dot],
.alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill.is-alteia-chart-hovered [class*=__legend-swatch], .alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill.is-alteia-chart-active [class*=__legend-dot],
.alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill.is-alteia-chart-active [class*=__legend-swatch], .alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill:focus-visible [class*=__legend-dot],
.alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill:focus-visible [class*=__legend-swatch] {
  transform: scale(1.14);
}
.alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill.is-alteia-chart-hovered [class*=__legend-label], .alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill.is-alteia-chart-active [class*=__legend-label], .alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill:focus-visible [class*=__legend-label] {
  transform: scale(1.035);
}

.alteia-investor-base-graph-section__legend-dot {
  display: block;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: background-color 0.28s ease;
}

.alteia-investor-base-graph-section__legend-label {
  font-family: "SourceSansPro", sans-serif;
  font-family: var(--wp--preset--font-family--source-sans-pro, "SourceSansPro", sans-serif);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #0a4f55;
  color: var(--alteia-investor-base-graph-section-text-color, var(--wp--preset--color--primary, #0a4f55));
}

.alteia-investor-base-graph-section__footnote {
  margin: 24px 0 0;
  padding: 0;
  font-family: "SourceSansPro", sans-serif;
  font-family: var(--wp--preset--font-family--source-sans-pro, "SourceSansPro", sans-serif);
  font-size: max(0.8125rem, min(2vw, 0.875rem));
  font-weight: 400;
  line-height: 1.5;
  color: #0a4f55;
  color: var(--alteia-investor-base-graph-section-text-color, var(--wp--preset--color--primary, #0a4f55));
}

@media (min-width: 768px){
  .alteia-investor-base-graph-section__header {
    margin-bottom: 40px;
  }
  .alteia-investor-base-graph-section__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .alteia-investor-base-graph-section__card {
    padding: 24px;
  }
  .alteia-investor-base-graph-section__card-title {
    margin-bottom: 24px;
    font-size: 36px;
  }
}

@media (max-width: 767px){
  .wp-block-alteia-investor-base-graph-section.alteia-investor-base-graph-section {
    padding-top: 48px;
    padding-top: var(--alteia-investor-base-graph-section-padding-top, 48px);
    padding-bottom: 48px;
    padding-bottom: var(--alteia-investor-base-graph-section-padding-bottom, 48px);
  }
  .alteia-investor-base-graph-section__legend {
    gap: 10px 16px;
  }
  .alteia-investor-base-graph-section__chart .apexcharts-datalabel-label,
  .alteia-investor-base-graph-section__chart .apexcharts-datalabel-value,
  .alteia-investor-base-graph-section__chart .apexcharts-pie-label,
  .alteia-investor-base-graph-section__chart text.apexcharts-datalabel {
    font-size: 13px;
  }
  .alteia-investor-base-graph-section__legend-label {
    font-size: 14px;
  }
  .alteia-investor-base-graph-section__footnote {
    margin-top: 20px;
  }
}

@media (hover: hover) and (pointer: fine){
  .alteia-investor-base-graph-section__chart .apexcharts-pie-area.alteia-chart-hover-fill:hover {
    fill: var(--alteia-chart-hover-fill);
    fill-opacity: 1;
  }
  .alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill:hover [class*=__legend-dot],
  .alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill:hover [class*=__legend-swatch] {
    background-color: var(--alteia-chart-hover-fill) !important;
  }
  .alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill:hover {
    transform: translate3d(2px, -1px, 0);
  }
  .alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill:hover [class*=__legend-dot],
  .alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill:hover [class*=__legend-swatch] {
    transform: scale(1.14);
  }
  .alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill:hover [class*=__legend-label] {
    transform: scale(1.035);
  }
}

@media (prefers-reduced-motion: reduce){
  .alteia-investor-base-graph-section__legend-item {
    transform: none;
    transition: none;
  }
  .alteia-investor-base-graph-section__legend-item [class*=__legend-dot],
  .alteia-investor-base-graph-section__legend-item [class*=__legend-swatch],
  .alteia-investor-base-graph-section__legend-item [class*=__legend-label] {
    transform: none;
    transition: background-color 0.28s ease;
  }
  .alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill.is-alteia-chart-hovered, .alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill.is-alteia-chart-active, .alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill:focus-visible, .alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill:hover {
    transform: none;
  }
  .alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill.is-alteia-chart-hovered [class*=__legend-dot],
  .alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill.is-alteia-chart-hovered [class*=__legend-swatch],
  .alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill.is-alteia-chart-hovered [class*=__legend-label], .alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill.is-alteia-chart-active [class*=__legend-dot],
  .alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill.is-alteia-chart-active [class*=__legend-swatch],
  .alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill.is-alteia-chart-active [class*=__legend-label], .alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill:focus-visible [class*=__legend-dot],
  .alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill:focus-visible [class*=__legend-swatch],
  .alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill:focus-visible [class*=__legend-label], .alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill:hover [class*=__legend-dot],
  .alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill:hover [class*=__legend-swatch],
  .alteia-investor-base-graph-section__legend-item.alteia-chart-hover-fill:hover [class*=__legend-label] {
    transform: none;
  }
  .alteia-investor-base-graph-section__chart .apexcharts-pie-area {
    transition: none;
  }
}

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