.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;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{width:1.5rem;height:1.5rem;margin-left:-.25rem}.profile-review-box .rating-stars .star.full{color:#fb8636}@media only screen and (min-width:768px){.profile-review-box-counts{flex:unset}}