<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.social-media-container {
  clear: both;
  margin-bottom: 8px;
  padding-top: 2px;
  text-align: right;
}
.social-share-button {
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-family: 'Nimbus Sans Regular', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  padding: 4px 8px;
  line-height: 16px;
  margin-bottom: 8px;
  white-space: nowrap;
}
.social-share-button:hover {
  color: #ffffff;
}
.social-share-button .social-icon {
  margin-right: 4px;
}
.social-share-button--facebook {
  background-color: #4267b2;
}
.social-share-button--facebook:focus {
  outline-color: #4267b2;
}
.social-share-button--twitter {
  background-color: #55acee;
}
.social-share-button--twitter:focus {
  outline-color: #55acee;
}
.social-share-button--linkedin {
  background-color: #0077b5;
}
.social-share-button--linkedin:focus {
  outline-color: #0077b5;
}
.social-share-button--pinterest {
  background-color: #cb2027;
}
.social-share-button--pinterest:focus {
  outline-color: #cb2027;
}
</pre></body></html>