/* 작성한 후기 */
.myreview-date {
  font-size: 14px;
  color: #858585;
}

.myreview-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.myreview-text {
  font-size: 15px;
  line-height: 1.5;
  margin: 20px 0;
}

.myreview-text.expanded {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.btn-toggle-review {
  text-align: end;
  font-size: 14px;
  color: #aaa;
  margin-bottom: 20px;
}

.myreview-star-wrap {
  display: flex;
  align-items: center;
  gap: 0;
}

.myreview-star-wrap img {
  width: 16px;
  height: 16px;
}

.product-list-item+.product-list-item {
  border-top: 1px solid #e2e2e2;
  padding-top: 30px;
}

.btn-large .count {
  font-weight: 500;
  color: #858585;
}

.btn-vote,
.btn-comment {
  gap: 6px;
}

.btn-vote.is-active .count {
  font-weight: 700;
  color: #ff8000;
}

.myreview-page .comment-list {
  background-color: #f5f5f5;
  margin: 20px 0;
  padding: 0 20px;
}

.btn-comment.is-active {
  border-color: #ff8000;
  color: #ff8000;
}

.btn-comment.is-active .count {
  color: #ff8000;
  font-weight: 700;
}

.comment-date {
  color: #858585;
  margin-left: 6px;
}

/* 작성 가능한 후기 */
.product-brand {
  font-weight: bold;
}

.product-name {
  display: inline;
}

.review-shipped-date {
  font-size: 14px;
  color: #858585;
}


.btn-write-review {
  margin: 30px 0 0 0;
  font-size: 15px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.btn-write-review .text-black,
.btn-write-review .text-orange {
  font-size: inherit;
}

.review-guide-text {
  font-size: 15px;
  color: #858585;
}