<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.editor-preview h3 {
  color: red;
}
.editor-preview ul {
  list-style-type: disc;
  margin: 0.5rem 0 2rem 4rem;
}
.editor-preview ul li {
  margin-left: 2rem;
}
.editor-preview li {
  line-height: initial;
  margin: 7px 0;
}
.editor-preview li &gt; ul {
  margin: 0 0 0 1rem;
  list-style-type: circle;
}
a[data-toggle="tab"]:is(:focus, :focus-visible) {
  outline: none;
  font-style: italic;
  font-weight: bold !important;
}
div[data-control="formwidget"].field-repeater-form {
  margin-top: 1rem;
}
input:is([data-datepicker], [data-timepicker]).form-control {
  cursor: pointer;
}
.control-list .rowlink.unpaid td {
  color: white;
  background: rgba(255, 0, 0, 0.5) !important;
  font-weight: bold;
}
</pre></body></html>