<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.icon-help {
  /* LTR */
  padding: 1px 0 1px 1.5rem;
  background: url(../../images/help.png) 0 50% no-repeat;
  /* LTR */
}

[dir=rtl] .icon-help {
  padding: 1px 1.5rem 1px 0;
  background-position: 100% 50%;
}

.feed-icon {
  display: block;
  overflow: hidden;
  width: 1rem;
  height: 1rem;
  text-indent: -9999px;
  background: url(../../images/feed.svg) no-repeat;
}
</pre></body></html>