.is-style-megalon-rounded-corners img {
  display: block;
  border-radius: 14px;
}

.alignwide {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.wp-block-group-is-layout-constrained {
  margin: 0 auto;
  max-width: min(calc((1400px - (6% * 2)) * .8), calc((100% - (6% * 2)) * .8));
  text-align: left;
}

@media(max-width: 1000px) {
  .wp-block-group-is-layout-constrained {
    width: 100%;
    max-width: 100%;
    padding-inline: 20px;
  }
}

/* TODO: add other alignment variations */
.wp-block-image .aligncenter {
  display: flex;
  justify-content: center;
}
