.str-chat__message-replies-count-button {
  display: block;
  border: none;
  background: none;
  padding: 0;
  margin-top: 8px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  color: $secondary-color;
  cursor: pointer;

  svg {
    fill: rgba(0, 0, 0, 0.1);
    margin-right: 5px;
  }
}

.dark.str-chat {
  .str-chat__message-replies-count-button {
    svg {
      fill: rgba(255, 255, 255, 0.1);
    }
  }
  &.team {
    .str-chat__message-replies-count-button {
      svg {
        fill: rgba(0, 0, 0, 0.4);
      }
    }
  }
}
