/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/editor.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-convertcalculator {
  padding: 24px;
}

.preview-template-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

.components-modal__content {
  padding: 0px !important;
}
.components-modal__content > div:first-of-type {
  height: 100%;
}

.calculator-creation {
  font-size: 13px;
  line-height: 1.4;
  padding: 0;
  font-weight: 500;
}

.calculator-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.calculator-logo {
  height: 1.6em;
  width: auto;
  border-radius: 4px;
  margin-right: 5px;
}

.calculator-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.button-group {
  display: flex;
  justify-content: flex-start !important;
  gap: 16px !important;
  margin: 8px 0;
}

.separator {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 8px 0;
}

.existing-calculator {
  margin-top: 5px;
}

.custom-calculator-group {
  margin: 5px 0;
}

.calculator-id-prompt {
  margin: 5px 0;
}

.calculator-id-container {
  display: flex;
  flex-direction: column;
}

.calculator-id-input-group {
  margin: 5px 0;
}

.calculator-id-input {
  height: 36px;
}

.error-message-container {
  min-height: 30px;
  overflow: hidden;
}

.error-message {
  font-size: 0.8em;
  color: red;
  margin: 2px 0 8px 0;
}

.learn-more-container {
  margin: 0;
}

.learn-more-link {
  font-size: 13px;
  color: #037FB6;
  text-decoration: underline;
}

.calc-inspector-flex {
  gap: 0.5rem;
}

.calc-id-input {
  flex: 1;
}

.embed-button {
  min-width: 110px;
}

.calc-inspector-buttons {
  margin-top: 1rem;
  gap: 1rem;
}

.calc-error-container {
  min-height: 50px;
  overflow: hidden;
}

.calc-error-message {
  font-size: 0.8em;
  color: red;
  margin-top: 8px;
}

.calculator-modal-iframe {
  border: none;
}

.calculator-modal {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.calculator-modal-header {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  border-bottom: 1px solid #ccc;
}

.calculator-modal-header-left {
  display: flex;
  align-items: center;
}

.calculator-logo {
  width: 24px;
  height: 24px;
}

.calculator-modal-title {
  width: 57px;
  height: 16px;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #000;
}

.calculator-modal-close-button {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background-color: #007DBA;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  padding: 0;
  overflow: visible;
}

.calculator-modal-close-icon {
  color: #fff;
  font-size: 12px;
  transform: scale(1.5) translateY(-1px);
  transform-origin: center;
  display: inline-block;
}

.calculator-modal-iframe-container {
  flex: 1;
}

.calculator-modal-iframe {
  width: 100%;
  height: 99%;
  border: none;
}

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