.profile-review-box{width:100%;box-sizing:border-box;background:#fff;border:1px solid #e4e4e4;border-radius:.5rem;padding:.75rem;display:flex;gap:1rem}.profile-review-box-counts{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.profile-review-box-rating{font-weight:700;font-size:1rem;color:#2c2c2c}.profile-review-box-count{font-size:.75rem;color:dimgray}.profile-review-box .rating-stars .star{color:#fb8636;width:1.5rem;height:1.5rem;margin-left:-.25rem}.profile-review-box .rating-stars .star.half{color:#cfcfcf}@media only screen and (min-width:768px){.profile-review-box-counts{flex:unset}}.profile-review-item{display:flex;flex-direction:column;gap:.25rem;margin:0 -.75rem;padding:0 .75rem}.profile-review-item:not(:first-child){border-top:1px solid #e4e4e4;padding-top:.5rem}.profile-review-item-stars .rating-stars .star{color:#fb8636}.profile-review-item-stars .rating-stars .star.half{color:#cfcfcf}.profile-review-item-stars .rating-stars svg+svg{margin-left:-.125rem}.profile-review-item-title{font-weight:700;font-size:.75rem;line-height:.875rem;color:#2c2c2c}.profile-review-item-badges{display:flex;gap:.5rem;flex-wrap:wrap}.profile-review-item-badge{padding:.25rem .5rem;background:#efefef;border-radius:4.5rem;color:#000;font-size:.625rem;font-weight:700}.profile-review-item-user{display:flex;gap:.25rem;align-items:center}.profile-review-item-user-avatar{display:flex;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;border-radius:50%;background:#efefef}.profile-review-item-user-avatar svg{width:.75rem;height:.75rem;color:#7e7e7e}.profile-review-item-user-name{font-size:.75rem;font-weight:600}@media only screen and (min-width:768px){.profile-review-item{margin:0;padding:1rem;gap:.5rem;background:#fff;border:1px solid #e4e4e4;border-radius:.5rem}}