.brxe-post-content .blog-post-callout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: #EDE8FF;
  padding: 2rem;
  border-radius: var(--radius);
  text-align: center;
}

.brxe-post-content .blog-post-callout h3 {
  margin: 0;
  font-size: var(--h6);
}

.brxe-post-content .blog-post-callout .blog-post-callout-button-container a {
  padding: 1.2rem 2.4rem;
}

.key-takeaways-callout {
  background-color: #ECDFE4;
  border-radius: var(--radius);
  box-shadow: -0.8rem 0.8rem 0 0 #353535;
  margin: 3.6rem 0 4.8rem;
  padding: 1.6rem 1.6rem 2.4rem;
}
.key-takeaways-callout.key-takeaways-wide {
  min-width: 44rem;
  width: calc(15rem + 50vw);
  overflow-x: clip;
}
.key-takeaways-callout.key-takeaways-wide table {
  display: block;
  height: 100% !important; /* Override inline styles set by wysiwyg */
  max-width: 100%;
  width: 100%;
  overflow: scroll;
}
@media only screen and (max-width: 767px) {
  .key-takeaways-callout.key-takeaways-wide table {
    width: 100vw;
  }
}
@media (min-width: 481px) {
  .key-takeaways-callout.key-takeaways-wide table {
    display: table;
  }
}
@media only screen and (max-width: 767px) {
  .key-takeaways-callout.key-takeaways-wide {
    min-width: 100%;
    width: 100%;
  }
  .key-takeaways-callout.key-takeaways-wide ul {
    width: 100vw;
  }
}

.brxe-post-content .blog-post-pullquote {
  border-left-width: 2px;
  border-left-color: #7464B2;
  border-left-style: solid;
  padding-left: 1.6rem;
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.brxe-post-content .blog-post-pullquote h3 {
  color: #7464B2;
  font-size: 2.4rem;
  margin: 0;
  font-style: italic;
}

.brxe-post-content .video-shortcode {
  width: 100%;
  height: auto;
  background-color: #353535;
}
.brxe-post-content .wysiwyg-button-container {
  display: flex;
  justify-content: center;
  margin-top: 3.2rem;
}
.brxe-post-content .wysiwyg-button-container.align-left {
  justify-content: flex-start;
}
.brxe-post-content .wysiwyg-button-container.align-right {
  justify-content: flex-end;
}
.brxe-post-content .wysiwyg-button-container.align-center {
  justify-content: center;
}

/*# sourceMappingURL=shortcodes.css.map */
