<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* breakpoints */
.link {
  background: transparent;
  /* breakpoints */
}

.link a {
  background-color: transparent;
  text-decoration: none;
  font-size: 1em;
  color: #747474;
  border-bottom: 1px solid #89C6CC;
}

.link a:hover {
  color: #878787;
  text-decoration: none;
}
</pre></body></html>