/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 03 2025 | 16:45:39 */
.great_recruiter_customs .reviews {
    width: 100%;
	background: transparent;
}

.great_recruiter_customs .reviews-header.gr-reviews-info {
    display: none;
}

.great_recruiter_customs .reviews-header {
    display: none;
}

body .great_recruiter_customs li.review-item {
    display: flex !important;
    justify-content: center !important;
    flex-direction: column-reverse !important;
    align-items: center !important;
    width: 100% !important;
    background: url(/wp-content/uploads/2025/01/Single-Speak-Bubble.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 80px 325px 80px 220px;
    border-radius: 270px 475px 324px 365px;
    background-position: center center;
}

body .great_recruiter_customs .review-item-comment {
    width: 100%;
    background: transparent;
	color: #ffffff;
	font-weight: 400;
	font-size: 23px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
    font-family: "Avenir Next", Verdana, Arial, sans-serif;
    letter-spacing: 0 !important;
    text-align: left;
}

body .great_recruiter_customs .review-item-reviewer-score {
	display: none;
}

body .great_recruiter_customs .review-item-reviewer {
    position: relative;
    margin: 0;
    width: 100%;
    left: 0;
    text-align: left;
}

body .great_recruiter_customs .review-item-reviewer-name {
    text-align: left;
	color: #ffffff;
    font-family: "Avenir Next", Verdana, Arial, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
 
body .great_recruiter_customs .review-item-reviewer-job {
    text-align: left;
    color: #ffffff;
    font-family: "Avenir Next", Verdana, Arial, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
 
body .great_recruiter_customs .review-item-reviewer-info {
    max-width: 100% !important;
/*     display: flex;
    gap: 5px; */
}

body .great_recruiter_customs .review-item-comment {
	padding-left: 0;
	padding-right: 0;
}

body .great_recruiter_customs .reviews-footer {
	display: none;
}

body .great_recruiter_customs .review-item-comment:after {
	display: none;
}

body .great_recruiter_customs .slick-initialized .slick-slide::before {
    content: "";
    background: url(/wp-content/uploads/2025/01/Vector-1.svg);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

body .great_recruiter_customs .slick-initialized .slick-slide {
	position: relative;
}