/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/popup-promo/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.
 */
.wp-block-create-block-popup {
  background-color: #21759b;
  color: #fff;
  padding: 2px;
}

#uni_popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#uni_popup-banner {
  position: relative;
  background: white;
  padding: 20px;
  border-radius: 10px;
  padding: 20px;
}

#uni_promo-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  font-weight: bold;
  color: red;
  text-shadow: 1px 1px 2px #1f1f1f;
  display: flex;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 8px #fff;
  transition-delay: 0.2s;
}

#uni_promo-popup-close:hover {
  background: #e1f00e;
}

.uni_popup__content {
  display: flex;
  gap: 30px;
  align-items: center;
}

.uni_popup__content-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.uni_popup__content-button-link {
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 480px) {
  #uni_popup-banner {
    width: calc(100% - 20px) !important;
    margin: 20px;
    height: calc(100% - 40px) !important;
  }
  .uni_popup__content {
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .uni_popup__content-img img {
    max-height: 250px !important;
    width: 100% !important;
  }
  .uni_popup__content-text h1 {
    font-size: 24px;
  }
  .uni_popup__content-text p {
    font-size: 16px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .uni_popup__content-img img {
    max-width: 300px;
  }
  #uni_popup-banner {
    width: calc(100% - 40px);
    margin: 20px;
  }
}

/*# sourceMappingURL=style-index.css.map*/