/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * 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-waitlist-signup {
  background-color: #21759b;
  color: #fff;
  padding: 2px;
}

.waitlist-sign-up-button {
  text-decoration: none;
  background: #4B7E85;
  padding: 15px 45px;
  border-radius: 8px;
  color: white !important;
  margin-top: 30px;
}
.waitlist-sign-up-button :hover {
  color: white;
}

.waitlist-sign-up-form-wrapper {
  display: none;
}
.waitlist-sign-up-form-wrapper .white-bg-form input[type=text], .waitlist-sign-up-form-wrapper .white-bg-form input[type=email], .waitlist-sign-up-form-wrapper .white-bg-form input[type=tel], .waitlist-sign-up-form-wrapper .white-bg-form input[type=date], .waitlist-sign-up-form-wrapper .white-bg-form select, .waitlist-sign-up-form-wrapper .white-bg-form textarea {
  width: 100%;
}
.waitlist-sign-up-form-wrapper .white-bg-form .submit {
  margin-top: 0;
  margin-bottom: 0;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.pop-up {
  position: fixed;
  background-color: white;
  padding: 50px 66px 60px 55px;
  border-radius: 8px;
  max-width: 950px;
}
.pop-up-title {
  margin-block: 0;
}

.event-popup-description {
  max-width: 700px;
  padding-bottom: 20px;
}

span.pop-up-event-info-title {
  color: var(--color-text-hightlight);
}

.pop-up-event-info {
  border-block: 1px solid var(--color-horizontal-line);
  padding-block: 30px;
}

.close-pop-up {
  position: absolute;
  top: 60px;
  right: 40px;
  font-size: 20px;
  color: #000;
  cursor: pointer;
  color: var(--color-text-hightlight);
  font-size: 18px;
  line-height: 32px;
}

.two-column {
  display: flex;
  gap: 40px;
}

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