<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file
 * Styling for the ds-4col template.
 */

.ds-4col &gt; .group-first {
  width: 25%;
  float: left; /* LTR */
}

.ds-4col &gt; .group-second {
  width: 25%;
  float: left; /* LTR */
}

.ds-4col &gt; .group-third {
  width: 25%;
  float: left; /* LTR */
}

.ds-4col &gt; .group-fourth {
  width: 25%;
  float: left; /* LTR */
}
</pre></body></html>