<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file
 * Visual styles for comments section in Flashy+.
 */

/*comments section*/
.comment-wrapper h2.title {
  padding-bottom: 15px;
  margin: 0 0 30px 0;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 2px solid #f2f2f2;
  text-align: left;
  border-top-width: 0;
  padding-top: 0;
  max-width: 100%;
}
.comment-wrapper h2.title:after {
  width: 0;
  height: 0;
}
</pre></body></html>