/** Shopify CDN: Minification failed

Line 16:0 Unexpected "{"
Line 16:1 Expected identifier but found "%"
Line 17:10 Unexpected "{"
Line 17:19 Expected ":"
Line 21:10 Unexpected "{"
Line 21:19 Expected ":"
Line 27:10 Unexpected "{"
Line 27:19 Expected ":"
Line 32:10 Unexpected "{"
Line 32:19 Expected ":"
... and 24 more hidden warnings

**/
{%- style -%}
.section-{{ section.id }} .rich-text {
  z-index: 1;
}

.section-{{ section.id }} .rich-text__wrapper {
  display: flex;
  justify-content: center;
  width: calc(100% - 4rem / var(--font-body-scale));
}

.section-{{ section.id }} .rich-text:not(.rich-text--full-width) .rich-text__wrapper {
  margin: auto;
  width: calc(100% - 8rem / var(--font-body-scale));
}

.section-{{ section.id }} .rich-text__blocks {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .section-{{ section.id }} .rich-text__wrapper {
    width: 100%;
  }

  .section-{{ section.id }} .rich-text__wrapper--left {
    justify-content: flex-start;
  }

  .section-{{ section.id }} .rich-text__wrapper--right {
    justify-content: flex-end;
  }

  .section-{{ section.id }} .rich-text__blocks {
    max-width: 50rem;
  }
}

@media screen and (min-width: 990px) {
  .section-{{ section.id }} .rich-text__blocks {
    max-width: 1440px !Important;
  }
}

.section-{{ section.id }} .rich-text__blocks * {
  overflow-wrap: break-word;
}

.section-{{ section.id }} .rich-text__blocks > * {
  margin-top: 0;
  margin-bottom: 0;
}

.section-{{ section.id }} .rich-text__blocks > * + * {
  margin-top: 2rem;
}

.section-{{ section.id }} .rich-text__buttons {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  max-width: 45rem;
}

.section-{{ section.id }} .rich-text__blocks.left .rich-text__buttons {
  justify-content: flex-start;
}

.section-{{ section.id }} .rich-text__blocks.right .rich-text__buttons {
  justify-content: flex-end;
}
{%- endstyle -%}
