.contacts-row {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 0.5rem;
}

.company-user-comments {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.25rem;
  width: 100%;
}

.comments-wrapper {
  width: 100%;
  max-height: 100px;
  overflow: auto;
  scrollbar-width: thin;
}
.comments-wrapper--inner {
  max-height: unset;
  overflow: visible;
}

.project-link {
  position: relative;
  width: 19px;
  height: 19px;
  display: inline-block;
  top: -3px;
}

.comments-heading {
  padding: 0;
  margin: 0;
  font-weight: 400;
}/*# sourceMappingURL=company-user-comments.styles.css.map */