.ws-info-link {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--v-link-base);
  display: block;
  text-decoration: none;
  word-break: break-all;
  &:hover {
    text-decoration: underline;
  }
}
