.block-callout {
  border: 1px solid var(--wp--preset--color--border);
  border-radius: var(--wp--custom--border-radius--medium);
  background: var(--wp--preset--color--dark-background);
  height: 100%;
}

.entry-content > .block-callout {
  padding: 0;
  max-width: 1290px;
}

@media (max-width: 1560px) {
  .entry-content > .block-callout {
    margin-right: var(--wp--custom--layout--padding);
    margin-left: var(--wp--custom--layout--padding);
  }
}

.callout__content {
  height: 100%;
}

.callout__content .wp-block-columns {
  height: 100%;
  margin: 0;
}

.block-callout.has-background {
  padding: 0 !important;
}

.--side-by-side {
  overflow: hidden;
}

.--side-by-side .wp-block-columns {
  display: grid;
  grid-template-columns: 54% 46%;
  gap: 0;
}

@media (max-width: 781px) {
  .--side-by-side .wp-block-columns {
    grid-template-columns: 100%;
  }
}

/*@media (max-width: 1139px) {
  .--side-by-side .wp-block-columns {
    grid-template-columns: 1fr;
  }
}*/

.--side-by-side .wp-block-column:first-child {
  padding: 3.5rem;
}

@media (max-width: 1139px) {
  .--side-by-side .wp-block-column:first-child {
    padding: 2.5rem 2rem;
  }
}

@media (max-width: 781px) {
  .--side-by-side .wp-block-column:first-child {
    order: 1;
  }
}

/*@media (max-width: 1139px) {
  .--side-by-side .wp-block-column:first-child {
    order: 1;
  }
}*/

.--side-by-side .wp-block-image {
  height: 100%;
}

.--side-by-side .wp-block-image img {
  height: 100%;
  object-fit: cover;
}

.--side-by-side .wp-block-buttons {
  margin-top: 2.5rem;
}

.wp-block-column:has(.--image-pop-out) {
  overflow: visible;
}

@media (max-width: 781px) {
  .wp-block-column:has(.--image-pop-out) {
    margin-bottom: 3rem;
  }
}

.--stacked .wp-block-columns {
  flex-direction: column;
  gap: 0;
}

@media (max-width: 781px) {
  .--stacked .wp-block-columns {
    flex-direction: row;
  }

  .--stacked:not(.--image-pop-out) .wp-block-column:first-child {
    order: 1;
  }
}

.--stacked .wp-block-column:first-child {
  padding: 3.5rem;
  display: flex;
  flex-direction: column;
}

.--stacked .wp-block-column:first-child .wp-block-separator {
  margin: 1.5rem 0 2.5rem;
}

.--stacked .wp-block-column:first-child .wp-block-buttons {
  margin-top: auto;
}

.--stacked.is-style-less-padding .wp-block-column:first-child {
  padding: 2rem 2.5rem;
}

.--stacked.is-style-less-padding .wp-block-column:first-child .wp-block-separator {
  margin: 0 0 2rem;
}

.--stacked .wp-block-column:nth-child(2) {
  flex-grow: 0;
}

@media (max-width: 1139px) {
  .--stacked .wp-block-column:first-child {
    padding: 2.5rem 2rem;
  }

  .--stacked.--image-pop-out .wp-block-column:first-child {
    padding-bottom: 0;
  }
}

.--stacked:not(.--image-pop-out) {
  overflow: hidden;
}

@media (min-width: 782px) {
  .--stacked:not(.--image-pop-out) .wp-block-columns {
    flex-direction: column-reverse;
  }
}

.--stacked:not(.--image-pop-out) .wp-block-image img {
  aspect-ratio: 3/2;
  object-fit: cover;
}

.--image-pop-out .wp-block-column:first-child {
  padding-bottom: 1.5rem;
}

.--image-pop-out .wp-block-image {
  transform: translateY(27px);
}

.--large-background {
  background-size: cover;
  background-repeat: no-repeat;
}

.--large-background .wp-block-columns {
  flex-direction: column;
  gap: 0;
  padding: 7rem 3.5rem 3.625rem;
}

@media (max-width: 781px) {
  .--large-background .wp-block-columns {
    padding: 3rem 30px;
  }
}

.--large-background .wp-block-image {
  margin-top: 3.5rem;
}

.--large-background .wp-block-buttons {
  margin-top: 3rem;
}

.--large-background .wp-block-column:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 150px;
}

@media (max-width: 781px) {
  .--large-background .wp-block-column:nth-child(2) {
    padding-top: 50px;
  }
}

@media (max-width: 1139px) {
  .block-callout .wp-block-separator {
    margin: 2rem 0;
  }
}