.coin-comment-type-component .js-comment {
  display: flex;
  border-bottom: 1px solid var(--secondary-four);
  /* padding: 0; */
  padding-bottom: 20px;
  gap: 15px;
}

.comment-add {
  display: none !important;
}

.coin-comment-type-component .js-comment:last-child {
  border-bottom: none;
}

.coin-comment-type-component footer.comment__meta {
  padding: 0;
  width: 15%;
  width: 80px;
}

.coin-comment-type-component .comments__title {
  font-size: 22px;
  align-items: baseline;
  padding: 20px 0px 0px 0px;
  border-top: 1px solid var(--secondary-four);
}

section.coin-comment-type-component {
  margin-top: 20px;
}

.coin-comment-type-component footer .comment__submitted {
  display: none;
}

.coin-comment-type-component footer.comment__meta .field--name-user-picture img {
  border-radius: 50%;
  overflow: hidden;
  height: 80px;
  width: 80px;
}

.coin-comment-date {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: var(--primary-one);
}

.coin-comment-user {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: var(--primary-one);
}

.coin-comment-details {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: var(--primary-one);
  padding: 5px 0px;
}

.coin-comment-details strong {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: var(--primary-one);
}

.coin-comment-details u {
  text-decoration: none;
}

.coin-comment-details p {
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .coin-comment-type-component .js-comment {
    padding: 10px 0px;
    margin-bottom: 20px
  }

  .coin-comment-type-component footer.comment__meta .field--name-user-picture img {
    width: 100%;
    height: auto;
  }

  .coin-comment-section-component {
    padding-left: 5px;
  }
}

.coin-comment-type-component .content {
  width: 85%;
}

.coin-comment-type-component mark {
  display: none;
}

.coin-comment-type-component footer.comment__meta .field--name-field-direct-report {
  display: none;
}

.coin-comment-type-component footer.comment__meta .field--name-field-reporting-line {
  display: none;
}

.coin-comment-type-component footer.comment__meta .field--name-field-direct-report {
  display: none;
}

.coin-comment-type-component footer.comment__meta .field--name-field-reporting-line {
  display: none;
}


/* comment collapse
 */

.coin-content-comment-section .field.field--name-field-direct-report.field--type-entity-reference.field--label-above {
  display: none;
}

.coin-content-comment-section p.comment__submitted {
  display: none;
}

.coin-content-comment-section .comment {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 0;
  padding-left: 0;
}

.coin-content-comment-section .comment img {
  border-radius: 50%;
  overflow: hidden;
  height: 80px;
  width: 80px;
}

.comment-form {
  padding-bottom: 10px;
}




footer.comment__meta {
  width: 20%;
}

.coin-content-comment-section .content {
  width: calc(80% - 10px);
}

/* Hide hobiew job description */
.coin-comment-type-component .field--name-field-hobbies,
.coin-comment-type-component .field--name-field-skill-set,
.coin-comment-type-component .field--name-field-employee-profile {
  display: none
}