/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/interactive/popup/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * 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-calibre-gutenberg-blocks {
  font-size: 1em;
  background: rgba(255, 255, 0, 0.1019607843);
  padding: 1em;
}

/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.ww-block-popup.align-center, .ww-block-close-btn.align-center {
  text-align: center;
}
.ww-block-popup.align-left, .ww-block-close-btn.align-left {
  text-align: left;
}
.ww-block-popup.align-right, .ww-block-close-btn.align-right {
  text-align: right;
}
.ww-block-popup .ww-btn, .ww-block-close-btn .ww-btn {
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
  padding: 8px 20px;
  margin: 4px 0;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.ww-block-popup-overlay,
.ww-block-popup-wrap {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
}

.ww-block-popup-overlay {
  z-index: 10001;
  height: 100%;
  transition: opacity 0.3s;
  opacity: 0;
}
.ww-block-popup-overlay.active {
  opacity: 0.5;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.ww-block-popup-wrap {
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 15px;
  overflow-y: auto;
}
.ww-block-popup-wrap.active {
  opacity: 1;
}
.ww-block-popup-wrap.active .ww-block-popup-closer {
  opacity: 1;
}
.ww-block-popup-wrap .ww-block-popup-wrap-inner {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.ww-block-popup-wrap .ww-block-popup {
  display: block;
  width: 100%;
  max-width: 1200px;
  max-height: calc(100vh - 120px);
  padding: 0px 5px 0 0;
  position: relative;
  top: 80px;
  left: 50%;
  transform: translate(-50%, 0);
  margin-bottom: 180px;
  overflow: hidden;
  overflow-y: auto;
}
.ww-block-popup-wrap .ww-block-popup .ww-modal-content {
  border-radius: 40px;
  overflow: hidden;
}
.ww-block-popup-wrap .ww-block-popup .wp-block-embed:only-child {
  margin: 0;
}
.ww-block-popup-wrap .ww-block-popup a {
  color: var(--teal);
}
.ww-block-popup-wrap .ww-block-popup a:hover {
  color: var(--orange);
}
.ww-block-popup-wrap .ww-block-popup-closer {
  position: fixed;
  top: 5px;
  right: 20px;
  text-align: center;
  font-weight: normal;
  color: black;
  transition: opacity 0.3s;
  opacity: 0;
}
.ww-block-popup-wrap .ww-block-popup-closer:before {
  content: "×";
  font-size: 48px;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}
.ww-block-popup-wrap .ww-block-popup-closer:hover {
  cursor: pointer;
}
.ww-block-popup-wrap button.ww-block-title-closer {
  float: right;
  line-height: 1;
  padding: 6px;
  margin: 0;
  border: none;
  outline: none;
}
.ww-block-popup-wrap button.ww-block-title-closer:hover {
  background-color: transparent;
  color: black;
  border: none;
  padding: 6px;
}
.ww-block-popup-wrap button.ww-block-title-closer:active {
  background-color: transparent;
  color: black;
  border: none;
}
.ww-block-popup-wrap button.ww-block-title-closer:not(:hover):not(:active) {
  background-color: transparent;
  color: black;
  border: none;
}

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