.testimonials-archive.testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.testimonial-item{position:relative;background-color:#222;color:#fff;padding:20px;border-radius:8px}
.testimonial-item::before{content:"\201C";font-size:40px;color:#ffffff1a;position:absolute;top:10px;left:10px}
.testimonial-header{display:flex;align-items:center;gap:20px;margin-bottom:30px}
.testimonial-photo{flex-shrink:0}
.testimonial-photo img,.testimonial-photo-initials{width:150px;height:150px;border-radius:50%}
.testimonial-photo img{object-fit:cover}
.testimonial-photo-initials{background-color:#444;display:flex;align-items:center;justify-content:center}
.testimonial-initials{font-size:2rem;font-weight:700;color:#fff}
.testimonial-info{flex:1;display:flex;flex-direction:column;gap:10px}
.testimonial-info .testimonial-name{margin:0;font-size:1.8rem;font-weight:700}
.sc_testimonials .testimonials-contact-form-title{margin-bottom:40px;font-size:1.8rem;font-weight:700;color:var(--theme-color-text_dark)}
.testimonial-info .testimonial-subtitle{margin:0;font-size:1.1rem;color:var(--theme-color-alter_text)}
.testimonial-info .sc_testimonials_item_author_rating{margin:0}
.testimonial-text{font-size:1rem;line-height:1.6;margin-bottom:30px}
.testimonial-avatar img{width:80px;height:80px;object-fit:cover;border-radius:50%}
.testimonial-name{margin:0 0 5px;font-size:1.25rem}
.testimonial-excerpt{font-size:14px;line-height:1.5;margin:1rem 0}
.testimonial-rating .star{color:#ffd700;font-size:1.2rem;margin-right:2px}
.read-more{color:#fff;text-decoration:underline}
.post-type-archive-cpt_testimonials .sc_testimonials_accent .sc_testimonials_item,.tax-cpt_testimonials_group .sc_testimonials_accent .sc_testimonials_item{margin-top:24px;height:100%}
.trx_addons_columns_wrap.columns_padding_bottom.columns_in_single_row > [class*="trx_addons_column-"]{padding-bottom:var(--theme-var-grid_gap)!important}
.sc_testimonials_item_content .post-more-link .link-text{opacity:1!important;text-indent:0!important;margin-right:0!important;visibility:visible!important;transition:none!important}
@media (max-width: 600px) {
.testimonial-header{flex-direction:column;align-items:center;text-align:center;gap:15px;margin-bottom:20px}
.testimonial-photo img,.testimonial-photo-initials{width:120px;height:120px}
.testimonial-initials{font-size:1.5rem}
.testimonial-info .testimonial-name{font-size:1.5rem}
.testimonial-info .testimonial-subtitle{font-size:1rem}
}
@media (max-width: 480px) {
.testimonial-photo img,.testimonial-photo-initials{width:100px;height:100px}
.testimonial-initials{font-size:1.2rem}
.testimonial-info .testimonial-name{font-size:1.3rem}
.testimonial-info .testimonial-subtitle{font-size:.9rem}
}
.clearfix::after{content:"";display:table;clear:both}