/* node_modules/prosemirror-example-setup/style/style.css */
.ProseMirror-example-setup-style hr {
  border: none;
  margin: 1em 0;
  padding: 2px 10px;
}

.ProseMirror-example-setup-style hr:after {
  content: "";
  display: block;
  background-color: silver;
  height: 1px;
  line-height: 2px;
}

.ProseMirror ul, .ProseMirror ol {
  padding-left: 30px;
}

.ProseMirror blockquote {
  border-left: 3px solid #eee;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1em;
}

.ProseMirror-example-setup-style img {
  cursor: default;
}

.ProseMirror-prompt {
  position: fixed;
  z-index: 11;
  background: #fff;
  border: 1px solid silver;
  border-radius: 3px;
  padding: 5px 10px 5px 15px;
  box-shadow: -.5px 2px 5px #0003;
}

.ProseMirror-prompt h5 {
  color: #444;
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

.ProseMirror-prompt input[type="text"], .ProseMirror-prompt textarea {
  outline: none;
  background: #eee;
  border: none;
}

.ProseMirror-prompt input[type="text"] {
  padding: 0 4px;
}

.ProseMirror-prompt-close {
  position: absolute;
  color: #666;
  background: none;
  border: none;
  padding: 0;
  top: 1px;
  left: 2px;
}

.ProseMirror-prompt-close:after {
  content: "✕";
  font-size: 12px;
}

.ProseMirror-invalid {
  position: absolute;
  background: #ffc;
  border: 1px solid #cc7;
  border-radius: 4px;
  min-width: 10em;
  padding: 5px 10px;
}

.ProseMirror-prompt-buttons {
  display: none;
  margin-top: 5px;
}
