.aliquot-editor-layoutContainer,
.aliquot-editor-placeholder,
.aliquot-editor-paragraph,
.aliquot-editor-layoutContainer span,
.aliquot-editor-layoutContainer ol li,
.aliquot-editor-layoutContainer * {
  font: var(--font-regular);
  font-size: 15px;
}

.aliquot-editor-placeholder {
  color: var(--color-gray-light4);
}

.aliquot-editor-ltr {
  text-align: left;
}
.aliquot-editor-rtl {
  text-align: right;
}
.aliquot-editor-paragraph {
  margin: 0;
  position: relative;
}
.aliquot-editor-quote {
  margin: 0;
  margin-left: 20px;
  margin-bottom: 10px;
  color: rgb(101, 103, 107);
  border-left-color: rgb(206, 208, 212);
  border-left-width: 4px;
  border-left-style: solid;
  padding-left: 16px;
}
.aliquot-editor-h1 {
  font-size: 24px;
  color: rgb(5, 5, 5);
  font-weight: 400;
  margin: 0;
}
.aliquot-editor-h2 {
  font-size: 15px;
  color: rgb(101, 103, 107);
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.aliquot-editor-h3 {
  font-size: 12px;
  margin: 0;
  text-transform: uppercase;
}
.aliquot-editor-indent {
  --lexical-indent-base-value: 40px;
}
.aliquot-editor-textBold {
  font: var(--font-bold);
}
.aliquot-editor-paragraph mark {
  background-color: unset;
}
.aliquot-editor-textHighlight {
  background: rgba(255, 212, 0, 0.14);
  border-bottom: 2px solid rgba(255, 212, 0, 0.3);
}
.aliquot-editor-textItalic {
  font-style: italic !important;
}
.aliquot-editor-textUnderline {
  text-decoration: underline;
}
.aliquot-editor-textStrikethrough {
  text-decoration: line-through;
}
.aliquot-editor-textUnderlineStrikethrough {
  text-decoration: underline line-through;
}
.aliquot-editor-tabNode {
  position: relative;
  text-decoration: none;
}
.aliquot-editor-tabNode.aliquot-editor-textUnderline::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.15em;
  border-bottom: 0.1em solid currentColor;
}
.aliquot-editor-tabNode.aliquot-editor-textStrikethrough::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0.69em;
  border-top: 0.1em solid currentColor;
}
.aliquot-editor-tabNode.aliquot-editor-textUnderlineStrikethrough::before,
.aliquot-editor-tabNode.aliquot-editor-textUnderlineStrikethrough::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
}
.aliquot-editor-tabNode.aliquot-editor-textUnderlineStrikethrough::before {
  top: 0.69em;
  border-top: 0.1em solid currentColor;
}
.aliquot-editor-tabNode.aliquot-editor-textUnderlineStrikethrough::after {
  bottom: 0.05em;
  border-bottom: 0.1em solid currentColor;
}
.aliquot-editor-textSubscript {
  font-size: 0.8em;
  vertical-align: sub !important;
}
.aliquot-editor-textSuperscript {
  font-size: 0.8em;
  vertical-align: super;
}
.aliquot-editor-textCode {
  background-color: rgb(240, 242, 245);
  padding: 1px 0.25rem;
  font-family: Menlo, Consolas, Monaco, monospace;
  font-size: 94%;
}
.aliquot-editor-textLowercase {
  text-transform: lowercase;
}
.aliquot-editor-textUppercase {
  text-transform: uppercase;
}
.aliquot-editor-textCapitalize {
  text-transform: capitalize;
}
.aliquot-editor-hashtag {
  background-color: rgba(88, 144, 255, 0.15);
  border-bottom: 1px solid rgba(88, 144, 255, 0.3);
}
.aliquot-editor-link {
  color: rgb(33, 111, 219);
  text-decoration: none;
}
.aliquot-editor-link:hover {
  text-decoration: underline;
  cursor: pointer;
}
.aliquot-editor-blockCursor {
  display: block;
  pointer-events: none;
  position: absolute;
}
.aliquot-editor-blockCursor:after {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  width: 20px;
  border-top: 1px solid black;
  animation: CursorBlink 1.1s steps(2, start) infinite;
}
@keyframes CursorBlink {
  to {
    visibility: hidden;
  }
}
.aliquot-editor-code {
  background-color: rgb(240, 242, 245);
  font-family: Menlo, Consolas, Monaco, monospace;
  display: block;
  padding: 8px 8px 8px 52px;
  line-height: 1.53;
  font-size: 13px;
  margin: 0;
  margin-top: 8px;
  margin-bottom: 8px;
  overflow-x: auto;
  position: relative;
  tab-size: 2;
}
.aliquot-editor-code:before {
  content: attr(data-gutter);
  position: absolute;
  background-color: #eee;
  left: 0;
  top: 0;
  border-right: 1px solid #ccc;
  padding: 8px;
  color: #777;
  white-space: pre-wrap;
  text-align: right;
  min-width: 25px;
}
.aliquot-editor-tableScrollableWrapper {
  overflow-x: auto;
  margin: 0px 25px 30px 0px;
}
.aliquot-editor-tableScrollableWrapper > .aliquot-editor-table {
  /* Remove the table's vertical margin and put it on the wrapper */
  margin-top: 0;
  margin-bottom: 0;
}
.aliquot-editor-tableAlignmentCenter {
  margin-left: auto;
  margin-right: auto;
}
.aliquot-editor-tableAlignmentRight {
  margin-left: auto;
}
.aliquot-editor-table {
  border-collapse: collapse;
  border-spacing: 0;
  overflow-y: auto;
  overflow-x: auto;
  table-layout: fixed;
  width: fit-content;
}

.aliquot-editor-table-override {
  border-collapse: collapse;
  border-spacing: 0;
  overflow-y: scroll;
  overflow-x: scroll;
  table-layout: auto !important;
  width: fit-content;
}

.aliquot-editor-tableScrollableWrapper.aliquot-editor-tableFrozenRow {
  overflow-x: clip;
}
.aliquot-editor-tableFrozenRow tr:nth-of-type(1) > td {
  overflow: clip;
  background-color: #ffffff;
  position: sticky;
  z-index: 2;
  top: 44px;
}
.aliquot-editor-tableFrozenRow tr:nth-of-type(1) > th {
  overflow: clip;
  background-color: #f2f3f5;
  position: sticky;
  z-index: 2;
  top: 44px;
}
.aliquot-editor-tableFrozenRow tr:nth-of-type(1) > th:after,
.aliquot-editor-tableFrozenRow tr:nth-of-type(1) > td:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #bbb;
}
.aliquot-editor-tableFrozenColumn tr > td:first-child {
  background-color: #ffffff;
  position: sticky;
  z-index: 2;
  left: 0;
}
.aliquot-editor-tableFrozenColumn tr > th:first-child {
  background-color: #f2f3f5;
  position: sticky;
  z-index: 2;
  left: 0;
}
.aliquot-editor-tableFrozenColumn tr > :first-child::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  border-right: 1px solid #bbb;
}
.aliquot-editor-tableRowStriping tr:nth-child(even),
.aliquot-editor-tableFrozenColumn
  .aliquot-editor-table.aliquot-editor-tableRowStriping
  tr:nth-child(even)
  > td:first-child {
  background-color: #f2f5fb;
}
.aliquot-editor-tableSelection *::selection {
  background-color: transparent;
}
.aliquot-editor-tableSelected {
  outline: 2px solid rgb(60, 132, 244);
}
.aliquot-editor-tableCell {
  border: 1px solid var(--color-gray-light5);
  width: 120px;
  vertical-align: top;
  text-align: start;
  padding: 6px 8px;
  position: relative;
  outline: none;
  overflow: auto;   
}
.aliquot-editor-tableCell > * {
  overflow: inherit;
} 
.aliquot-editor-tableCellHeader {
  background-color: #f2f3f5;
  text-align: start;
}
.aliquot-editor-tableCellSelected {
  caret-color: transparent;
}
.aliquot-editor-tableCellSelected::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: highlight;
  mix-blend-mode: multiply;
  content: '';
  pointer-events: none;
}
.aliquot-editor-tableAddColumns {
  position: absolute;
  background-color: #eee;
  height: 100%;
  animation: table-controls 0.2s ease;
  border: 0;
  cursor: pointer;
}
.aliquot-editor-tableAddColumns:after {
  background-image: url(../images/icons/plus.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.aliquot-editor-tableAddColumns:hover,
.aliquot-editor-tableAddRows:hover {
  background-color: #c9dbf0;
}
.aliquot-editor-tableAddRows {
  position: absolute;
  width: calc(100% - 25px);
  background-color: #eee;
  animation: table-controls 0.2s ease;
  border: 0;
  cursor: pointer;
}
.aliquot-editor-tableAddRows:after {
  background-image: url(../images/icons/plus.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
@keyframes table-controls {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.aliquot-editor-tableCellResizeRuler {
  display: block;
  position: absolute;
  width: 1px;
  background-color: rgb(60, 132, 244);
  height: 100%;
  top: 0;
}
.aliquot-editor-tableCellActionButtonContainer {
  display: block;
  right: 5px;
  top: 6px;
  position: absolute;
  z-index: 4;
  width: 20px;
  height: 20px;
}
.aliquot-editor-tableCellActionButton {
  background-color: #eee;
  display: block;
  border: 0;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  color: #222;
  cursor: pointer;
}
.aliquot-editor-tableCellActionButton:hover {
  background-color: #ddd;
}
.aliquot-editor-characterLimit {
  display: inline;
  background-color: #ffbbbb !important;
}
.aliquot-editor-ol1 {
  padding: 0;
  margin: 0;
  list-style-position: outside;
}
.aliquot-editor-ol2 {
  padding: 0;
  margin: 0;
  list-style-type: upper-alpha;
  list-style-position: outside;
}
.aliquot-editor-ol3 {
  padding: 0;
  margin: 0;
  list-style-type: lower-alpha;
  list-style-position: outside;
}
.aliquot-editor-ol4 {
  padding: 0;
  margin: 0;
  list-style-type: upper-roman;
  list-style-position: outside;
}
.aliquot-editor-ol5 {
  padding: 0;
  margin: 0;
  list-style-type: lower-roman;
  list-style-position: outside;
}
.aliquot-editor-ul {
  padding: 0;
  margin: 0;
  list-style-position: outside;
}
.aliquot-editor-listItem {
  margin: 0 32px;
  font-family: var(--listitem-marker-font-family);
  font-size: var(--listitem-marker-font-size);
  background-color: var(--listitem-marker-background-color);
}
.aliquot-editor-listItem::marker {
  color: var(--listitem-marker-color);
  background-color: var(--listitem-marker-background-color);
  font-family: var(--listitem-marker-font-family);
  font-size: 15px;
}
.aliquot-editor-listItemChecked,
.aliquot-editor-listItemUnchecked {
  position: relative;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  list-style-type: none;
  outline: none;
  display: block;
  min-height: 1.5em;
}
.aliquot-editor-listItemChecked > *,
.aliquot-editor-listItemUnchecked > * {
  margin-left: 0.01em;
}
.aliquot-editor-listItemUnchecked:before,
.aliquot-editor-listItemChecked:before {
  content: '\200B';
  width: 0.9em;
  height: 0.9em;
  top: 50%;
  left: 0;
  cursor: pointer;
  display: block;
  background-size: cover;
  position: absolute;
  transform: translateY(-50%);
}
.aliquot-editor-listItemChecked {
  text-decoration: line-through;
}
.aliquot-editor-listItemUnchecked:focus:before,
.aliquot-editor-listItemChecked:focus:before {
  box-shadow: 0 0 0 2px #a6cdfe;
  border-radius: 2px;
}
.aliquot-editor-listItemUnchecked:before {
  border: 1px solid #999;
  border-radius: 2px;
}
.aliquot-editor-listItemChecked:before {
  border: 1px solid rgb(61, 135, 245);
  border-radius: 2px;
  background-color: #3d87f5;
  background-repeat: no-repeat;
}
.aliquot-editor-listItemChecked:after {
  content: '';
  cursor: pointer;
  border-color: #fff;
  border-style: solid;
  position: absolute;
  display: block;
  top: 45%;
  width: 0.2em;
  left: 0.35em;
  height: 0.4em;
  transform: translateY(-50%) rotate(45deg);
  border-width: 0 0.1em 0.1em 0;
}
.aliquot-editor-nestedListItem {
  list-style-type: none;
}
.aliquot-editor-nestedListItem:before,
.aliquot-editor-nestedListItem:after {
  display: none;
}
.aliquot-editor-tokenComment {
  color: slategray;
}
.aliquot-editor-tokenPunctuation {
  color: #999;
}
.aliquot-editor-tokenProperty {
  color: #905;
}
.aliquot-editor-tokenSelector {
  color: #690;
}
.aliquot-editor-tokenOperator {
  color: #9a6e3a;
}
.aliquot-editor-tokenAttr {
  color: #07a;
}
.aliquot-editor-tokenVariable {
  color: #e90;
}
.aliquot-editor-tokenFunction {
  color: #dd4a68;
}
.aliquot-editor-mark {
  background: rgba(255, 212, 0, 0.14);
  border-bottom: 2px solid rgba(255, 212, 0, 0.3);
  padding-bottom: 2px;
}
.aliquot-editor-markOverlap {
  background: rgba(255, 212, 0, 0.3);
  border-bottom: 2px solid rgba(255, 212, 0, 0.7);
}
.aliquot-editor-mark.selected {
  background: rgba(255, 212, 0, 0.5);
  border-bottom: 2px solid rgba(255, 212, 0, 1);
}
.aliquot-editor-markOverlap.selected {
  background: rgba(255, 212, 0, 0.7);
  border-bottom: 2px solid rgba(255, 212, 0, 0.7);
}
.aliquot-editor-embedBlock {
  user-select: none;
}
.aliquot-editor-embedBlockFocus {
  outline: 2px solid rgb(60, 132, 244);
}
.aliquot-editor-layoutContainer {
  display: grid;
  gap: 10px;
  margin: 10px 0;
}
.aliquot-editor-layoutItem {
  border: 1px dashed #ddd;
  padding: 8px 16px;
  min-width: 0;
  max-width: 100%;
}
.aliquot-editor-autocomplete {
  color: #ccc;
}
.aliquot-editor-hr {
  padding: 2px 2px;
  border: none;
  margin: 1em 0;
  cursor: pointer;
}
.aliquot-editor-hr:after {
  content: '';
  display: block;
  height: 2px;
  background-color: #ccc;
  line-height: 2px;
}
.aliquot-editor-hr.aliquot-editor-hrSelected {
  outline: 2px solid rgb(60, 132, 244);
  user-select: none;
}
.aliquot-editor-specialText {
  background-color: yellow;
  font-weight: bold;
}
 
.w-color-sketch { 
    background: var(--color-white); 
    border-radius: 4px; 
    border: 1px solid var(--color-gray-light6) !important;
    box-shadow: none !important; 
}


.font-style-header {
  font: var(--font-medium) !important;
  font-size: 18px !important; 
}

.font-style-sub-header {
  font: var(--font-medium) !important;
  font-size: 15px !important; 
}

.font-style-paragraph {
  font: var(--font-regular) !important;
  font-size: 15px !important; 
}

.font-style-body {
  font: var(--font-regular) !important;
  font-size: 14px !important; 
}
