/**
 * Fixperts - 제품 상세 모달 특수 스타일 (한줄평 작성 모달)
 * 저작권 신고 모달 스타일은 components/report-modal/report-modal.css 에서 로드합니다.
 * 공통 모달 베이스: utilities.css
 */

/* 한줄평 작성 모달 - 문자 수 카운트 */
.review-modal__char-count {
  text-align: right;
  font-size: var(--font-size-xs);
  color: var(--color-text-tertiary);
  margin-top: 4px;
}

.review-modal__char-count.warning {
  color: var(--color-error);
  font-weight: 500;
}
