.recent_review_main_div { 
    padding: 20px 0;
    margin-bottom: 30px;
    border-radius: 18px;
    background-color: #fff;
    border: unset;
    overflow: hidden;
    box-shadow: 0 6px 30px rgb(45 45 45 / 16%);
}
.recent_review_main_div .recent_review_header {
    border-bottom: 1px solid silver;
}
.recent_review_main_div .recent_review_header p {
    margin-top: 0;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: #120d26;
}
.review_rate_heading{
    margin: 0;
    width: 175px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: 400;
    white-space: nowrap;
    margin-bottom: 4px;
}
.recent_review_main_div .recent_review_div_main_body {
    padding: 0 20px;
}
.recent_review_main_div .recent_review_div_body {
    border-bottom: 1px solid #e1e1e1!important;
}
.recent_review_main_div .recent_review_div_body:last-child {
    border: none!important;
}
.recent_review_main_div .recent_review_logo {
    align-items: center;
    margin: 10px 0;
}
.recent_review_main_div .recent_review_logo .rrl_img {
    display: flex;
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    padding: 7px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #eee;
}
.recent_review_main_div .recent_review_logo .rrl_img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.recent_review_main_div .rrt_with_star_rating {
    margin-left: 10px;
    place-self: normal;
    position: relative;
    top: -4px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.recent_review_main_div .rrt_with_star_rating h2 {
    margin: 0;
    width: 175px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: 400;
    display: inline-block;
    white-space: nowrap;
}
.recent_review_main_div .rrt_body_heading {
    font-weight: 400;
    font-size: 16px;
    color: #120d26;
}
.recent_review_main_div .rrt_with_star_rating .star_rate_icon {
    width: fit-content!important;
    max-width: fit-content!important;
}
.recent_review_main_div .star_rating_tag {
    display: flex;
}
.recent_review_main_div .ratings_star_img_p_main {
    display: flex;
    background-color: #43a047;
    width: auto;
    align-items: center;
    border-radius: 4px;
    padding: 4px 5px;
    padding-left: 6px;
    font-size: 14px;
    justify-content: center;
    max-height: 20px;
    margin-right: 4px;
}
.recent_review_main_div .ratings_star_img_p_main p {
    margin: 0;
    color: #fff;
    margin-right: 3px;
    font-size: 12px;
    font-weight: 400;
    line-height: unset;
}
.recent_review_main_div .starsvg_img_profile {
    width: 12px;
    height: 12px;
    display: block;
    background-image: url(/assets2/desktop_view//assets/icon/star_new_white_profile.svg);
}
.recent_review_main_div .rrt_with_star_rating .rating_count {
    font-size: 12px;
    font-weight: 400;
    color: #001965;
    display: flex;
    align-items: center;
}
.recent_review_main_div .recent_review_content {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
}
.recent_review_main_div .recent_review_content span a {
    color: #001965;
}
.recent_review_main_div .reviewer_name {
    color: #000;
    margin-top: 6px;
}
.recent_review_main_div .reviewer_name span {
    color: #333333;
}