/* Super Testimonial Plugin Custom Styles */
/* Hide testimonial thumbnails - all theme variations */
.testimonial-thumbnail,
.testimonial-thumb,
.testimonial-theme4-thumb,
.testimonial-theme5-thumb,
.testimonial-theme6-thumb,
.testimonial-theme7-thumb,
.testimonial-theme8-thumb,
.testimonial-theme9-thumb,
.testimonial-theme10-thumb,
.testimonial-theme11-thumb,
.testimonial-theme12-thumb,
.testimonial-theme13-thumb,
.testimonial-theme14-thumb,
.testimonial-theme15-thumb,
.testimonial-theme16-thumb,
.testimonial-theme17-thumb,
.testimonial-theme18-thumb,
.testimonial-theme19-thumb,
.testimonial-theme20-thumb,
.testimonial-theme21-thumb,
.testimonial-theme22-thumb,
.testimonial-theme23-thumb,
.testimonial-theme24-thumb,
.testimonial-theme25-thumb,
.testimonial-theme26-thumb,
.testimonial-theme27-thumb,
.testimonial-theme28-thumb,
.testimonial-theme29-thumb,
.testimonial-theme30-thumb {
    display: none !important;
}

/* Hide star ratings */
.testimonial-ratings,
.testimonial-rating,
.testimonial-ratings i.fa,
.testimonial-rating i.fa,
.testimonial-ratings i.fa-star,
.testimonial-ratings i.fa-star-o,
.testimonial-rating i.fa-star,
.testimonial-rating i.fa-star-o {
    display: none !important;
}

/* Hide FontAwesome quote icons - Theme 20 specific (using ::before and ::after) */
.testimonial-desc::before,
.testimonial-desc::after,
.testimonial-description::before,
.testimonial-description::after,
.testimonial-theme4-desc::before,
.testimonial-theme4-desc::after,
[class*="testimonial-desc"]::before,
[class*="testimonial-desc"]::after {
    content: none !important;
    display: none !important;
}

/* Hide FontAwesome quote icon elements */
.fa-quote-left,
.fa-quote-right,
.fa-quote,
i.fa-quote-left,
i.fa-quote-right,
i.fa-quote,
[class*="testimonial"] .fa-quote-left,
[class*="testimonial"] .fa-quote-right,
[class*="testimonial"] .fa-quote {
    display: none !important;
}

/* Hide quote icon backgrounds/images */
span.laquo,
span.raquo,
.laquo,
.raquo {
    display: none !important;
}

/* Align testimonial text to the left */
.testimonial-desc,
.testimonial-description,
.testimonial-theme20-content,
.testimonial-theme20-info-profile,
[class*="testimonial-desc"],
[class*="testimonial-description"] {
    text-align: left !important;
}

/* Match Randomize plugin font styling - exact computed values */
.testimonial-desc,
.testimonial-description,
.testimonial-theme20-content,
.testimonial-list-area,
[class*="testimonial-desc"],
[class*="testimonial-description"] {
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    color: #000000 !important;
    margin-bottom: 0px !important;
}

/* Match widget text styling for testimonial author info */
.testimonial-author-name,
.testimonial-author-desig,
.testimonial-title h3,
.testimonial-info-profile,
[class*="testimonial-author"] {
    font-size: 13px !important;
    color: #3b3b3b !important;
    font-weight: bold !important;
}

