/* ======================================================================
 custom-style
====================================================================== */
.editor-styles-wrapper .u-marker-highlight {
  background: linear-gradient(transparent 60%, var(--u-marker-color, #FFFBB4) 0%);
}

.editor-styles-wrapper .wp-block-paragraph.is-style-note {
  font-size: 14px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}

.editor-styles-wrapper .wp-block-table table td {
  border: none;
  border-right: 1px solid #1383F3;
}

.editor-styles-wrapper .wp-block-table table th {
  border: 1px solid #1383F3;
}

.editor-styles-wrapper .wp-block-table thead {
  border-bottom: none;
}

/* ======================================================================
 custom-block
====================================================================== *//*# sourceMappingURL=block.css.map */