/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./blocks/legacy/popup_content/view.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
body:not(.wp-admin) .basic-popup,
body.wp-admin .popup-close {
  display: none; /* Hide popup by default */
}

/* Basic styles for the popup */

.basic-popup {
  margin: 0;
}

.basic-popup .popup-close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0px;
  width: 25px;
  height: 25px;
  background-color: var(--wp--preset--color--primary);
  color: white;
  border-radius: 50px;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

body:not(.wp-admin) .basic-popup .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}

body:not(.wp-admin) .basic-popup .popup-content {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 840px;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 130px);
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 40px 30px;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  overflow: scroll;
}

/* Admin styles for the popup */

body.wp-admin .basic-popup {
  border: 1px dashed var(--wp--preset--color--primary);
  padding: 10px 15px;
  border-radius: 5px;
}

/*# sourceMappingURL=view.css.map*/