/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
.wp-block-create-block-blocinformation {
  position: relative;
  border: 1px solid #8b0587;
  display: flex;
  flex-direction: column;
  padding: 20px;
  color: #8b0587;
  min-height: 150px;
  width: 100%;
  gap: 20px;
}
.wp-block-create-block-blocinformation .side-info {
  display: flex;
  gap: 20px;
  align-items: center;
}
.wp-block-create-block-blocinformation .side-info h3 {
  font-size: 25px;
}
.wp-block-create-block-blocinformation .side-info .img-holder {
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 50%;
  background-color: #8b0587;
}
.wp-block-create-block-blocinformation .side-info .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wp-block-create-block-blocinformation .info-text {
  color: black;
}
.wp-block-create-block-blocinformation::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 2%;
  width: 95%;
  height: 10px;
  background-color: white;
  border: 1px solid white;
}
.wp-block-create-block-blocinformation::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 2%;
  width: 95%;
  height: 10px;
  border: 1px solid white;
  background-color: white;
}

/*# sourceMappingURL=style-index.css.map*/