/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-citation {
  border: 1px dotted #f00;
}

.knockla-citation-popover .components-popover__content {
  min-width: 400px;
}
.knockla-citation-popover .components-popover__content > * {
  padding: 11px 36px 11px 16px;
}
.knockla-citation-popover .components-popover__content .components-base-control__label {
  font-weight: bold;
  font-size: 90%;
}
.knockla-citation-popover .components-popover__content input {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  box-shadow: 0 0 0 transparent;
  transition: box-shadow 0.1s linear;
  font-size: 16px;
  line-height: normal;
  width: calc(100% - 32px);
  display: block;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 2px;
}

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