.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{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}}.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.full{color:#fb8636}.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}}.profile-review-list{display:flex;flex-direction:column}@media only screen and (min-width:768px){.profile-review-list{padding-top:.25rem;gap:.5rem}}.profile-wrapper{background-color:#fff;padding-bottom:1.5rem}.profile-wrapper .profile-page{position:relative}.profile-wrapper .profile-page .grid-container{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.profile-wrapper .profile-page .grid-container .profile-info-container{display:flex;background-color:#fff;width:100%;flex-direction:row;flex-wrap:wrap;gap:.75rem}.profile-wrapper .profile-page .grid-container .profile-info-box{flex:1 1;flex-basis:auto;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:.5rem .75rem;gap:.5rem;min-height:3.5rem;border:1px solid #e4e4e4;border-radius:.5rem}.profile-wrapper .profile-page .grid-container .profile-info-box-icon{width:1.25rem;height:1.25rem;flex-shrink:0}.profile-wrapper .profile-page .grid-container .profile-info-box-content{flex:1 1}.profile-wrapper .profile-page .grid-container .profile-info-box-title{font-size:.6875rem;color:dimgray;margin-bottom:.25rem}.profile-wrapper .profile-page .grid-container .profile-info-box-text{display:flex;font-weight:700;font-size:.875rem;line-height:1.25;color:#2c2c2c}.profile-wrapper .profile-page .grid-container .profile-info-box-badges{display:flex;font-size:.6875rem;color:dimgray;gap:.5rem}.profile-wrapper .profile-page .grid-container .profile-info-box-badge{display:flex;align-items:center;justify-content:center;background:#f7f7f7;border-radius:50%;width:1.25rem;height:1.25rem}.profile-wrapper .profile-page .grid-container .profile-info-box-badge svg{width:.625rem;height:.625rem}.profile-wrapper .profile-page .grid-container .profile-info-box-isOpen{display:flex;align-items:center;gap:.5rem;margin-left:auto;color:#72924c}.profile-wrapper .profile-page .grid-container .profile-reviews-wrapper{display:flex;flex-direction:column;gap:.5rem;width:100%}.profile-wrapper .profile-page .grid-container .profile-reviews-wrapper .skeleton-rectangle-container{gap:.5rem}@media only screen and (min-width:768px){.profile-wrapper{background-color:#f7f7f7;margin-top:-1rem;padding-top:1.5rem;padding-bottom:1.5rem;min-height:calc(100dvh - 354px)}}.user-profile-tab-wrapper{display:flex;flex-direction:column;gap:1rem;width:100%}@media only screen and (min-width:768px){.user-profile-tab-wrapper{background:#fff;border-radius:.5rem;border:1px solid #e4e4e4;padding:.5rem 1rem 1rem}}.user-profile-tab{display:flex;padding:0;list-style:none;margin:0 -.75rem;border-bottom:1px solid #f3f3f3}.user-profile-tab li{line-height:1rem;display:flex;flex:1 1;align-items:center;justify-content:center;border-bottom:.25rem solid transparent}.user-profile-tab li a{display:block;width:100%;text-align:center;font-size:.9375rem;font-weight:600;padding:.75rem 0;text-decoration:none;color:#7e7e7e}.user-profile-tab li.active{border-bottom:.25rem solid #ff3f55}.user-profile-tab li.active a{font-weight:600;color:#ff3f55}@media only screen and (min-width:768px){.user-profile-tab{margin:0}}