* {
  box-sizing: border-box;
}

.expandable-content h2,
.edit-post-visual-editor .edit-post-visual-editor__content-area .acf-block-preview .expandable-content h2 {
  margin-bottom: 2.0625rem;
}
.expandable-content p,
.edit-post-visual-editor .edit-post-visual-editor__content-area .acf-block-preview .expandable-content p {
  font-size: 1.375rem;
  font-weight: 300;
  margin-bottom: 2.0625rem;
}
.expandable-content__content--visible,
.edit-post-visual-editor .edit-post-visual-editor__content-area .acf-block-preview .expandable-content__content--visible {
  position: relative;
}
.expandable-content__content--visible:after,
.edit-post-visual-editor .edit-post-visual-editor__content-area .acf-block-preview .expandable-content__content--visible:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: -2.0625rem;
  left: 0;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(-180deg);
  z-index: 1;
}
.expandable-content__content--visible.show:after,
.edit-post-visual-editor .edit-post-visual-editor__content-area .acf-block-preview .expandable-content__content--visible.show:after {
  display: none;
}
.expandable-content__content--hidden,
.edit-post-visual-editor .edit-post-visual-editor__content-area .acf-block-preview .expandable-content__content--hidden {
  transition: all 0.5s;
  overflow: hidden;
}

.wp-block-columns .wp-block-column .expandable-content .container {
  width: 100%;
  max-width: 100%;
}

/*# sourceMappingURL=expandable-content.css.map */
