/* BASIC css start */
/* ===== 파워리뷰 게시판 래퍼 ===== */
/* 메이크샵 power_review_list 태그는 내부 UI를 자동 렌더링합니다.
   직접 수정 불가 — 아래는 외부 래퍼 및 공통 폰트/색상만 적용 */

#powerReview {
    font-family: 'Pretendard Variable', 'Pretendard', 'Malgun Gothic', sans-serif;
    font-size: 14px; color: #111;
    padding-bottom: 60px;
}

/* 메이크샵 기본 파워리뷰 UI 폰트 통일 */
#powerReview * {
    font-family: 'Pretendard Variable', 'Pretendard', 'Malgun Gothic', sans-serif !important;
}

/* 버튼 계열 색상 통일 */
#powerReview .btn,
#powerReview button,
#powerReview input[type="button"],
#powerReview input[type="submit"] {
    border-radius: 4px;
}

/* 링크 색상 */
#powerReview a { color: #111; }
#powerReview a:hover { color: #d4af6a; }
/* BASIC css end */

