/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/price-toggle/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.
 */
.price.hidden {
  display: none;
}
.price.visible {
  display: block !important;
}

.price-block {
  border-radius: 8px;
  padding: 24px;
  min-height: 98%;
}

.most-popular {
  position: relative;
  top: -13px;
}
.most-popular::before {
  content: "Most Popular";
  text-transform: uppercase;
  position: absolute;
  font-size: 0.75rem;
  background-color: var(--wp--preset--color--primary-dark-purple);
  color: var(--wp--preset--color--primary-baby-powder);
  border-radius: 8px;
  padding: 6px 10px;
  font-weight: 300;
  top: -14px;
  left: 50%;
  transform: translate(-50%, 0);
}

.wp-block-zeroheight-pricing-price-toggle label {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 18px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.wp-block-zeroheight-pricing-price-toggle p {
  font-size: 1.25rem;
  font-weight: 500;
}
.wp-block-zeroheight-pricing-price-toggle input {
  display: none;
}
.wp-block-zeroheight-pricing-price-toggle .pricing-toggle-shows {
  display: flex;
  flex-direction: row;
  gap: 0;
  border-radius: 8px;
  background: var(--wp--preset--color--base-grey-100);
  color: var(--wp--preset--color--base-grey-500);
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto 0;
  flex: 1 1 auto;
}
.wp-block-zeroheight-pricing-price-toggle .pricing-toggle-shows span {
  width: 50%;
  padding: 10px;
  border-radius: 8px;
}
.wp-block-zeroheight-pricing-price-toggle input:not(:checked) + .pricing-toggle-shows > span:first-child {
  background-color: var(--wp--preset--color--primary-dark-purple);
  color: var(--wp--preset--color--primary-baby-powder);
}
.wp-block-zeroheight-pricing-price-toggle input:checked + .pricing-toggle-shows > span:last-child {
  background-color: var(--wp--preset--color--primary-dark-purple);
  color: var(--wp--preset--color--primary-baby-powder);
}

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