/*----------------------------------------------------------------------------------------------------------------------
Notes for Gutenberg
----------------------------------------------------------------------------------------------------------------------*/
.oes-notes-admin-button {
  background-image: url("note.png") !important;
}

/* oesnote:first-of-type::before */
.block-editor-rich-text__editable oesnote::before,
.acf-block-preview oesnote::before {
  content: "note";
  color: #888;
  font-size: 12px;
  position: relative;
  top: -5px;
  margin-right: 3px;
  margin-left: 3px;
}

oesnote {
  background: lightgrey;
}

/*----------------------------------------------------------------------------------------------------------------------
CSS Styling for notes in frontend.
----------------------------------------------------------------------------------------------------------------------*/
.oes-note {
  padding-left: 2px;
  padding-right: 2px;
  font-style: normal;
}
.oes-note a sup:before {
  content: "[";
}
.oes-note a sup:after {
  content: "]";
}

/* notes list */
.oes-notes-list .note-columns-2,
.oes-notes-list .note-columns-3 {
  margin-right: 5px;
  margin-left: 5px;
  display: flex;
}
.oes-notes-list .note-columns-2 > div,
.oes-notes-list .note-columns-3 > div {
  width: 45%;
  padding: 5px 10px;
  border-right: 1px dashed lightgrey;
}
.oes-notes-list .note-columns-2 > div:last-child,
.oes-notes-list .note-columns-3 > div:last-child {
  border-right: none;
}
.oes-notes-list .note-columns-3 > div {
  width: 32%;
}
.oes-notes-list .note-columns-4 > div {
  width: 24%;
}
.oes-notes-list .note-columns-5 > div {
  width: 19%;
}

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