/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/step-flow-image/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.step-flow-has-image {
  border: 1px solid #31373B;
}
.step-flow-has-image-header {
  font-size: 1.8rem;
  padding: 10px 0;
  background-color: #31373B;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step-flow-has-image-header span {
  font-size: 2.8rem;
  margin-right: 3px;
  margin-top: -7px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .step-flow-has-image-header {
    font-size: inherit;
    padding: 5px 0;
  }
  .step-flow-has-image-header span {
    font-size: 2.4rem;
  }
}
.step-flow-has-image-content {
  display: block;
  padding: 16px 16px 10px;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .step-flow-has-image-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px;
  }
}
.step-flow-has-image-content-image {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .step-flow-has-image-content-image {
    width: 40%;
  }
}
.step-flow-has-image-content-image .step-flow-has-image-mediaupload-btn {
  border: 1px solid grey;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
}
.step-flow-has-image-content-text {
  padding-top: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .step-flow-has-image-content-text {
    padding-top: 40px;
  }
}
.step-flow-has-image + .step-flow-has-image {
  margin-top: 75px;
  position: relative;
}
.step-flow-has-image + .step-flow-has-image::after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDYiIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCA0NiAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQxLjc1MzkgMC43NjE3MTlMMjMuMDAzOSAxOS41MTE3TDQuMjUzOTEgMC43NjE3MTlMMC45NzI2NTYgNC4wNDI5N0wyMy4wMDM5IDI2LjA3NDJMNDUuMDM1MSA0LjA0Mjk3TDQxLjc1MzkgMC43NjE3MTlaIiBmaWxsPSIjMzEzNzNCIi8+Cjwvc3ZnPgo=);
  width: 44px;
  height: 25px;
  margin-top: -12.5px !important;
  position: absolute !important;
  top: -37.5px !important;
  right: 50% !important;
  -webkit-transform: translateX(50%) !important;
      -ms-transform: translateX(50%) !important;
          transform: translateX(50%) !important;
}
