<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* LESS: /cms/stylesheet/utility-links.less */
.CMSComponentTeamLinks {
  flex-direction: row;
  -webkit-flex-direction: row;
  display: flex;
  align-items: center;
}
.CMSComponentTeamLinks &gt; ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  flex-direction: row;
  -webkit-flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  overflow-y: hidden;
  justify-content: center;
}
.CMSComponentTeamLinks &gt; ul &gt; li {
  margin: 0px;
  padding: 0px;
}
.CMSComponentTeamLinks &gt; ul &gt; li + li {
  margin-left: 1em;
}
/*# sourceMappingURL=utility-links.css.map */


</pre></body></html>