.tiptap-display hr {
  margin-bottom: 1em;
}

.tiptap-display h1, .editor h1 {
  display: block;
  font-size: 3em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  color: #007bae;
}
.tiptap-display h2, .editor h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  color: #d54a0f;
  font-variant: small-caps;
  margin: 0 0 1em -1em;
}
.tiptap-display h3, .editor h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  color: #007bae;
  text-transform: uppercase;
}
.tiptap-display h4, .editor h4 {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.tiptap-display a, .editor a {
  color: rgb(234 88 12);
  text-decoration: none;
}
.tiptap-display a:hover, .editor a:hover {
  color: rgb(194 65 12);
  text-decoration: underline;
  cursor: pointer;
}
.button-display {
  color: white !important;
  background: rgb(234 88 12);
  border-radius: 0.5rem;
  padding: 0.375rem;
  display: block;
  text-align: center;
  text-decoration: none;
  transition: all 200ms;
}
.button-display:hover {
  background: rgb(194 65 12);
  transition: all 200ms;
  text-decoration: none !important;
}
.tiptap-display .active, .editor .active {
  background: black;
  color: white;
}
.tiptap-display .editor-toolbar__button, .editor .editor-toolbar__button {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14pt;
  font-weight: bold;
  text-transform: uppercase;
  border: solid 2px black;
  border-radius: 5rem;
  cursor: pointer;
}
.tiptap-display .editor-toolbar__button:hover, .editor .editor-toolbar__button:hover {
  background: #c7c7c7;
}
.tiptap-display .editor-toolbar__button:disabled, .editor .editor-toolbar__button:disabled {
  background: lightgray;
  color: gray;
  cursor: not-allowed;
}
.tiptap-display .editor-toolbar__color-picker, .editor .editor-toolbar__color-picker {
  opacity: 0;
  position: absolute;
  z-index: -10;
}
.tiptap-display .new-color-picker, .editor .new-color-picker {
  width: 2.3em;
}
.tiptap-display .new-color-picker:hover, .editor .new-color-picker:hover {
  background: #c7c7c7;
  cursor: pointer;
}
.tiptap-display .tableWrapper, .editor .tableWrapper {
  padding: 1rem 0;
  overflow-x: auto;
}
.tiptap-display .resize-cursor, .editor .resize-cursor {
  cursor: ew-resize;
  cursor: col-resize;
}
.tiptap-display .editor-toolbar__color-picker, .editor .editor-toolbar__color-picker {
  text-transform: uppercase;
  padding: 0px;
  border: solid 0px;
  background: transparent;
  border-radius: 5rem;
}
.tiptap-display .my-content, .editor .my-content {
  padding: 15px 45px 15px 45px;
}
.tiptap-display [contenteditable="true"]:focus, .editor [contenteditable="true"]:focus {
  outline: none;
}
.tiptap-display .editor-toolbar, .editor .editor-toolbar {
  position: sticky;
  top: 0;
  background: white;
  border-bottom: solid 1px rgb(223, 223, 223);
  z-index: 40;
  padding: 10px;
}
.tiptap-display .ProseMirror > * + *, .editor .ProseMirror > * + * {
  margin-top: 0.75em;
}
.tiptap-display .ProseMirror ul, .editor .ProseMirror ul, .tiptap-display .ProseMirror ol, .editor .ProseMirror ol {
  padding: 0 1rem;
}
.tiptap-display blockquote, .editor blockquote {
  border-left: 3px solid rgba(13, 13, 13, 0.1);
  padding-left: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background: #eaeaea;
}
.tiptap-display table, .editor table {
  border-collapse: collapse;
  margin: 0;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}
.tiptap-display td, .editor table td, .tiptap-display th, .editor table th {
  border: 2px solid #ced4da;
  box-sizing: border-box;
  min-width: 1em;
  padding: 3px 5px;
  position: relative;
  vertical-align: top;
}
.tiptap-display table td > *, .editor table td > *, .tiptap-display table th > *, .editor table th > * {
  margin-bottom: 0;
}
.tiptap-display table th, .editor table th {
  background-color: #f2f2f2;
  font-weight: bold;
  text-align: left;
}
.tiptap-display table .selectedCell:after, .editor table .selectedCell:after {
  background: rgba(200, 200, 255, 0.4);
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
.tiptap-display .column-resize-handle, .editor table .column-resize-handle {
  background-color: #adf;
  bottom: -2px;
  position: absolute;
  right: -2px;
  pointer-events: none;
  top: 0;
  width: 4px;
}
.tiptap-display table p, .editor table p {
  margin: 0;
}
.tiptap-display ul, .editor ul {
  list-style-type: disc;
}
.tiptap-display ol, .editor ol {
  list-style-type: decimal;
}
.tiptap-display .my-content ul, .editor .my-content ul {
  list-style-type: disc;
}
.tiptap-display .my-content ul li, .editor .my-content ul li, .tiptap-display .my-content ol li, .editor .my-content ol li {
  line-height: 30px;
}
.tiptap-display .my-content ul li li, .editor .my-content ul li li {
  list-style: circle;
}
.tiptap-display .my-content ul li li li, .editor .my-content ul li li li {
  list-style: square;
}
.tiptap-display .my-content ol li li, .editor .my-content ol li li {
  list-style: lower-alpha;
}
.tiptap-display .my-content ol li li li, .editor .my-content ol li li li {
  list-style: lower-roman;
}
.tiptap-display .my-content ol, .editor .my-content ol {
  list-style-type: decimal;
}
.tiptap-display ul li::marker, .editor  ul li::marker {
  color: black;
}
.tiptap-display ol li, .tiptap-display ul li {
  line-height: 20px;
}
.tiptap-display ul li li {
  list-style: circle;
}
.tiptap-display ul li li li {
  list-style: square;
}
.tiptap-display ol li li {
  list-style: lower-alpha;
}
.tiptap-display ol li li li {
  list-style: lower-roman;
}
.tiptap-display .tiptap-button[disabled], .editor .tiptap-button[disabled] svg * {
  background: lightgray;
  fill: gray;
}
.tiptap-display .tiptap-button[disabled], .editor .tiptap-button[disabled] {
  cursor: not-allowed;
}
.tiptap-display .tiptap-button[hidden], .editor .tiptap-button[hidden] {
  display: none;
}
.tiptap-display .table-controls[hidden], .editor .table-controls[hidden] {
  display: none;
}

.id-links {
  margin-left: 60px;
  margin-bottom: 15px;
}

.id-link {
  color: rgb(37 99 235);
  margin-bottom: 5px;
}

.id-link:hover {
  color: rgb(59 130 246);
}
