/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].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-wsi-iframe-block {
  color: #000;
}

.iframe-block-editor-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  flex-direction: column;
  width: 100%;
  border: 1px dotted #777;
}

.iframe-block-heading {
  background-color: #f9f9f9;
  width: 96%;
  padding: 10px 2% 2px 2%;
  border-bottom: 1px dotted #777;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.iframe-block-url {
  height: 30px;
  font-size: 0.8rem;
  width: 320px;
}

.iframe-block-button:hover {
  background-color: #fafafa;
}

.panel-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 25px;
}

.iframe-block-iframe {
  width: 100%;
}

.iframe-block-button {
  border: 1px solid #aaa;
  border-radius: 5px;
  height: 30px;
  width: 80px;
  margin-left: 5px;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  cursor: pointer;
}

.iframe-block-button:hover {
  background-color: #fafafa;
}

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