<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Styles for LPL Financial feed block.
 */

.lpl-financial-feed .row{
  margin-bottom: 2rem;
}
.lpl-financial-feed h4{
  font-size: var(--h2-font-size, 40px);
  margin-bottom: 2rem;
}
.lpl-financial-feed .feed-item{
  width: 100%;
  margin: 0;
  padding: 2rem 1rem 1rem;
  border-top: 1px solid #d5d5d5;
}
</pre></body></html>