.group-details {
  width: 100%;

  & > div > span {
    font-size: 0.8rem;
    color: #9e9e9e;
  }

  p {
    font-size: 1rem;
    line-height: 1.5rem;
    white-space: pre-line;
    align-items: center;
    display: flex;
    color: rgb(60, 72, 88);

    mat-icon {
      cursor: pointer;
      margin-left: 2px;
      font-size: 1.4rem;
      opacity: 0.8;

      &:hover {
        opacity: 1;
      }
    }

    span.info {
      color: #fbc02d;
    }
  }

  .html-field {
    max-height: 100px;
    overflow-y: auto;
  }
}
