/* Frontend CSS Stylesheet for Rich Snippet Reviews */
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    left: -2000px;
}
.screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
}


.rsr-reviews .post-edit-link {
    margin: 0 0 0 10px;
    padding: 2px 5px;
    color: #999;
    font-size: 11px;
    background: #f0f0f0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.rsr-reviews .post-edit-link:hover {
    color: #888;
    text-decoration: none;
    background: #ddd;
}
.rsr-review blockquote {
    font-style: normal;
    font-size: 1em;
    border-left: none;
    padding: 0;
    background: none;
}
.rsr-content {
    position: relative;
    padding: 32px;
    line-height: 1.4;
    background: #F4F8FD;
    max-width: 800px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 20% 75%;
    gap: 1em;
}

 @media all and (max-width: 768px) {
     .rsr-content{
         grid-template-columns: 100%;
     }

}

.reviewer-img img{
    height: 126px;
    width: 126px;
    border-radius: 50%;
	object-fit: cover;
}

.rsr-content h4 {
    font-size: 18px;
    color: #001672;
    margin: 1em 0;
}
.rsr-content p { margin: 0 0 15px 0; }
.rsr-content p:last-child { margin: 0; }
.rsr-content .rsr-review-answer {
    padding: 10px 15px;
    border: 2px solid #f0f0f0;
}
.rsr-review-answer span {
    display: block;
    font-size: 85%;
    opacity: 0.6;
}
.rsr-review-meta {
    margin: 20px 0 0 0;
    padding: 0 20px;
    font-size: 85%;
    text-align: right;
}
.rsr-review-meta .left { float: left; }
.rsr-review-meta .right { float: right; }
.rsr-review-meta .rating-source { opacity: 0.5; }
.rsr-review-meta img {
    margin: 0 0 0 20px;
    opacity: 1;
}

/* Hide cycled reviews on load */
.rsr-reviews-cycle .rsr-review { display: none; }

/* Star Rating */
.rsr-review .rating { margin: 0 0 0 -3px; }
.icon-rsr-star {
    color: #0062F9;
    font-size: 18px;
}
.icon-rsr-star-empty {
    color: #cbcbcb;
    font-size: 18px;
}

/* Aggregate Reviews Seal */
.rsr-aggregate-seal {
    padding: 20px 20px 0 20px;
    max-width: 400px;
    background: #fff;
    border: 3px solid #f0f0f0;
}
.rsr-aggregate-seal .photo {
    display: block;
    margin: 10px 0;
    max-width: 100%;
    height: auto;
}
.rsr-aggregate-seal .review-top { overflow: hidden; }
.rsr-aggregate-seal .review-top .left {
    float: left;
    width: 60%;
    color: #333;
}
.rsr-aggregate-seal .review-top .right {
    float: right;
    width: 35%;
}
.rsr-aggregate-seal .review-top img {
    max-width: 100%;
    height: auto;
}
.rsr-aggregate-seal .rsr-visual-rating { display: block; }
.rsr-aggregate-seal .rsr-visual-rating .icon-rsr-star,
.rsr-aggregate-seal .rsr-visual-rating .icon-rsr-star-empty {
    margin: 0 0 0 -5px;
}
.rsr-rating-txt {
    display: block;
    color: #222;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
}
.rsr-aggregate-seal .vcard {
    margin: 10px 0;
    padding: 10px 0 0 0;
    color: #666;
    font-size: 11px;
    line-height: 14px;
    border-top: 1px dotted #b0b0b0;
}
.rsr-aggregate-seal .rsr-review-us {
    display: block;
    margin: 0;
    padding: 5px 0 10px 0;
    color: #444;
    font-size: 14px;
    border-top: 1px dotted #b0b0b0;
}