/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.96.1/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.4.47_webpack@5.96.1/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/.pnpm/sass-loader@12.6.0_sass@1.77.0_webpack@5.96.1/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./mu-plugins/jason-zweig-blocks/src/financial-history/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-jason-zweig-financial-history .financial-slider {
  position: relative;
}
.wp-block-jason-zweig-financial-history .financial-slider .financial-slider-content {
  display: grid;
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 100%;
  transition: opacity 1s ease-in-out;
  overflow: hidden;
  box-sizing: border-box;
}
.wp-block-jason-zweig-financial-history .financial-slider .financial-slider-content.active {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.wp-block-jason-zweig-financial-history .financial-slider .financial-history-item {
  overflow: hidden;
}
.wp-block-jason-zweig-financial-history .financial-slider .financial-history-item > *:first-child {
  margin-top: 0;
}
.wp-block-jason-zweig-financial-history .financial-slider .financial-history-item > *:last-child {
  margin-bottom: 0;
}
.wp-block-jason-zweig-financial-history .dots-wrapper {
  text-align: center;
  margin-top: var(--wp--preset--spacing--80);
}
.wp-block-jason-zweig-financial-history .financial-history-dots {
  display: inline-flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999em;
  padding: 0.5rem;
}
.wp-block-jason-zweig-financial-history .financial-history-dots:hover {
  border-color: var(--wp--preset--color--custom-contrast-3);
}
.wp-block-jason-zweig-financial-history .financial-history-dots .dot {
  background: var(--wp--preset--color--custom-contrast-3);
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  border: none;
  padding: 0;
}
.wp-block-jason-zweig-financial-history .financial-history-dots .dot.active {
  background-color: var(--wp--preset--color--custom-accent);
}
.wp-block-jason-zweig-financial-history .financial-history-dots .financial-history-prev,
.wp-block-jason-zweig-financial-history .financial-history-dots .financial-history-next {
  background: transparent;
  border: none;
  cursor: pointer;
  line-height: 0;
  padding: 0;
}
.wp-block-jason-zweig-financial-history .financial-history-dots .financial-history-prev:hover,
.wp-block-jason-zweig-financial-history .financial-history-dots .financial-history-next:hover {
  background: var(--wp--preset--color--custom-contrast-3);
  border-radius: 50%;
}
.wp-block-jason-zweig-financial-history .financial-history-dots .financial-history-prev svg,
.wp-block-jason-zweig-financial-history .financial-history-dots .financial-history-next svg {
  vertical-align: middle;
  padding: 0;
}
.wp-block-jason-zweig-financial-history .credit-text {
  font-weight: 800;
  margin-top: var(--wp--preset--spacing--50) !important;
}

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