#rating-comment .ratings-comments-title {
  border-top: 0.063rem solid var(--bordergrey);
  border-bottom: 0.063rem solid var(--bordergrey);
  padding: 1.25rem 0;
  margin-top: 2rem;
}
#rating-comment .ratings-comments-title .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#rating-comment .ratings-comments-title h4 {
  margin-bottom: 0;
}
#rating-comment h4 span {
  display: inline-block;
  vertical-align: middle;
  color: var(--darktext);
  font-size: 1.25rem;
  font-weight: var(--weight-medium);
}
#rating-comment .field--name-field-average-rating {
  display: flex;
  align-items: center;
}
#rating-comment .field--name-field-average-rating .field__label {
  font-size: 0.875rem;
  font-weight: var(--weight-medium);
  color: var(--darktext);
  padding-right: 0.675rem;
}
#rating-comment .js-form-item .description {
  display: none;
}
#rating-comment .btn-wrap {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  display: flex;
  justify-content: flex-end;
}
#rating-comment .comments {
  font-size: 0.875rem;
  box-shadow: 0 0.188rem 0.625rem var(--box-shadow);
  border-radius: 0.625rem;
  padding: 1.563rem;
  margin-bottom: 2rem;
}
#rating-comment .user-details {
  border-bottom: 0.063rem solid var(--bordergrey);
  padding-bottom: 0.875rem;
  margin-bottom: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#rating-comment .username {
  padding-right: 1.563rem;
  font-weight: var(--weight-medium);
  color: var(--darktext);
  display: inline-block;
}
#rating-comment .timestamp {
  font-weight: var(--weight-medium);
  color: var(--commentstime);
  display: inline-block;
}
#rating-comment .comment {
  font-weight: var(--weight-medium);
  color: var(--darktext);
  word-break: break-all;
}
#rating-comment form .js-form-item {
  margin-bottom: 0;
}
#rating-comment .fivestar-widget-static-5 {
  margin-bottom: 5px;
}
/* responsive media css */
@media (max-width: 767px) {
  #rating-comment .username-time {
    margin-bottom: 0.8rem;
  }
  #rating-comment .ratings-comments-title .title {
    display: block;
  }
  #rating-comment .title h4 {
    margin-bottom: 2rem;
  }
  #rating-comment .field--name-field-average-rating {
    justify-content: space-between;
  }
  #rating-comment h4 span {
    font-size: 1rem;
  }
  #rating-comment .field__label {
    font-size: 0.75;
  }
  #rating-comment .btn-wrap {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    display: block;
    text-align: center;
  }
  #rating-comment .ratings-comments-title {
    margin-top: 1rem;
    border-top: none;
  }
  #rating-comment .comments {
    padding: 1.125rem;
    margin-bottom: 1.5rem;
  }
  #rating-comment .username {
    padding-right: 0;
    margin-bottom: 1rem;
  }
  #rating-comment .user-details {
    margin-bottom: 1.375rem;
    padding-bottom: 1.375rem;
    display: block;
  }
}
