<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dustless-custom-list-style &gt; li {
  list-style: none;
  display: flex;
  align-items: center;
}
.dustless-custom-list-style &gt; li::before {
  content: url("../images/list.png") !important;
  padding-right: 10px;
}
/* ************************* CORE BLOCK STYLE ********************************** */
.is-style-button-hover-primary:hover &gt; a {
  background: var(--wp--preset--color--primary) !important;
  color: white !important;
}
.is-style-button-hover-secondary:hover &gt; a {
  background: var(--wp--preset--color--secondary) !important;
  color: var(--wp--preset--color--terniary) !important;
}
.is-style-button-hover-terniary:hover &gt; a {
  background: var(--wp--preset--color--terniary) !important;
  color: var(--wp--preset--color--secondary) !important;
}
.is-style-link-hover-primary ul &gt; li &gt; a:hover {
  color: var(--wp--preset--color--primary) !important;
}
.is-style-link-hover-secondary ul &gt; li &gt; a:hover {
  color: var(--wp--preset--color--secondary) !important;
}
.is-style-link-hover-terniary ul &gt; li &gt; a:hover {
  color: var(--wp--preset--color--terniary) !important;
}
.is-style-title-hover-primary:hover a {
  color: var(--wp--preset--color--primary) !important;
}
.is-style-title-hover-secondary:hover a {
  color: var(--wp--preset--color--secodnary) !important;
}
.is-style-title-hover-terniary:hover a {
  color: var(--wp--preset--color--terniary) !important;
}
/* ****** PRO ******** */
.dustless-list-style-pro &gt; li::before {
  content: url("../images/list-style-pro.png");
  padding-right: 10px;
}
.dustless-list-style-pro &gt; li {
  display: flex;
  align-items: center;
}
</pre></body></html>