/* Variables */
.flexi-block-block {
  position: relative;
  /* iframe {
    border: none;
    width: 100%;
  }

  .video {
    order: 1;
    position: relative;

    &.iframe {
      padding-top: 56.2%;
    }

    video,
    iframe {
      border: none;
      display: block;
      margin: 0;
      position: relative;
      width: 100%;
      z-index: 1;
    }

    iframe {
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
    }

    iframe {
      height: 53vw;

      @media (min-width: 1220px) {
        height: 650px;
      }
    }
  }

  body.single-post & {

    &:not(:first-child) {
      margin-top: 40px;
    }

    &:not(:last-child) {
      margin-bottom: 40px;
    }

    h2 {
      @include font-size($h5-font-sizes);
    }

    h3 {
      font-family: 'Open Sans', sans-serif;
      font-size: 18px;
      font-weight: 600;
      line-height: 1.5;
      margin: 30px 0;
    }

    .video {

      iframe {

        @media (min-width: 1024px) {
          height: 380px;
        }
      }
    }
  }*/
}
body:not(.wp-admin):not(.single-post) .flexi-block-block .flexi-block > h3, body:not(.wp-admin):not(.single-post) .flexi-block-block .flexi-block > div:not(.text) {
  margin-top: 40px;
}
body:not(.wp-admin):not(.single-post) .flexi-block-block .flexi-block > div:not(.text):not(:last-child) {
  margin-bottom: 40px;
}
.flexi-block-block .image img {
  border-radius: 16px;
}
.flexi-block-block .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.flexi-block-block .wp-block-buttons .wp-block-button {
  margin: 0;
  white-space: nowrap;
}
body.wp-admin .flexi-block-block {
  margin-bottom: 60px;
  margin-top: 60px;
  position: relative;
}
body.wp-admin .flexi-block-block:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 22;
}
body.wp-admin .flexi-block-block h3 {
  font-size: 22px;
}
body.wp-admin .flexi-block-block .flexi-block:empty {
  background-color: #ECF8FE;
  padding: 60px 20px;
  text-align: left;
}
body.wp-admin .flexi-block-block .flexi-block:empty:before {
  content: "Enter text...";
}
body.wp-admin .flexi-block-block .admin-block {
  background-color: #ECF8FE;
  padding: 60px 20px;
  text-align: left;
}/*# sourceMappingURL=acf-flexi-block.css.map */