.like-group app-cmf-obj-like {
  cursor: pointer;

  // border-radius: 10px;
  display: flex;
  flex-direction: row;

  margin-top: 6px;

  // background-color: #e3f5fe;
  margin-right: 5px;
  padding: 0;
}

.like-groups {
  display: flex;
  flex-direction: row;
}
