@keyframes skeleton-loading{0%{background-color:#f5f5f5}50%{background-color:#fff}to{background-color:#f5f5f5}}.product-review-list{padding-top:16px}.product-review-list--empty,.product-review-list--error,.product-review-list--loading{padding:100px 16px}.product-review-list--empty p,.product-review-list--error p,.product-review-list--loading p{color:#8c8c8c;text-align:center;font-size:16px;line-height:24px}.product-review-list--empty .common-button,.product-review-list--error .common-button,.product-review-list--loading .common-button{margin:16px auto 0;width:auto;display:flex;gap:6px}.product-review-list__items{display:flex;flex-direction:column;gap:28px}.product-review-list__item{padding-bottom:28px;border-bottom:1px solid #eee}.product-review-list__more{margin-top:24px}.product-review-list__more .common-button{display:flex;gap:6px}.product-review-item{display:grid;grid-template-columns:120px 1fr;grid-gap:20px;gap:20px}@media (max-width:904px){.product-review-item{grid-template-columns:1fr;gap:16px}}.product-review-item__left{padding-top:6px}.product-review-item__rating-row{display:flex;align-items:center;gap:8px}.product-review-item__rating-row__stars{display:flex;gap:2px;align-items:center}.product-review-item__rating-row__rating-num{color:#1f1f1f;font-size:14px;line-height:20px;font-weight:600}.product-review-item__user{margin:5px 0;color:#1f1f1f;font-size:12px;line-height:16px}.product-review-item__date{color:#8c8c8c;font-size:12px;line-height:16px}.product-review-item__right{display:flex;flex-direction:column;gap:20px}.product-review-item__meta{padding:12px;border-radius:8px;background-color:#f4f6f8;display:flex;align-items:center;flex-wrap:wrap;gap:4px 24px}.product-review-item__meta .meta-item{display:flex;align-items:center;gap:4px}.product-review-item__meta .meta-item__label{font-weight:600}.product-review-item__meta .meta-item__label,.product-review-item__meta .meta-item__value{color:#1f1f1f;font-size:14px;line-height:20px}.product-review-item__content-wrap{position:relative}.product-review-item__content-wrap.is-collapsed .review-content{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.product-review-item__content-wrap .review-content{color:#1f1f1f;font-size:14px;line-height:20px;margin:0;white-space:pre-wrap;word-break:break-word}.product-review-item__content-wrap .more-btn{position:absolute;right:0;bottom:0;color:#bfbfbf;font-size:14px;line-height:20px;font-weight:600;padding-left:16px;background:linear-gradient(270deg,#fff 80%,hsla(0,0%,100%,0))}.product-review-item__content-wrap.can-expand{cursor:pointer}.product-review-item__actions{display:flex;justify-content:space-between;align-items:center;padding-top:8px}.product-review-item__actions .help-btn{padding:6px 12px;border-radius:16px;border:1px solid #dbdbdb;background-color:#fff;display:flex;align-items:center;gap:6px}.product-review-item__actions .help-btn span{color:#1f1f1f;font-size:14px;line-height:20px}.product-review-item__actions .help-btn.is-active{border-color:#1f1f1f}.product-review-item__actions .report-btn{padding:6px 12px;color:#1f1f1f;font-size:14px;line-height:20px}