.price-point {
  padding: var(--wp--preset--spacing--medium);
  background-color: var(--wp--preset--color--base);
  border: 1px solid var(--wp--preset--color--secondary);
  border-radius: 1rem;
  min-height: 100%;
}
.price-point > .wp-block-group:not(:first-child) {
  margin-block-start: var(--wp--style--block-gap);
  padding-block-start: var(--wp--style--block-gap);
  border-top: 1px solid var(--wp--preset--color--light);
  gap: 1rem !important;
}
.price-point__header {
  text-align: center;
}
.price-point__header > *:not(:first-child) {
  margin-top: 1rem !important;
  margin-block-start: 1rem !important;
}
.price-point__cta .wp-block-buttons {
  justify-content: center;
}/*# sourceMappingURL=style.css.map */
