.pqcew-testimonial.pqcew-style-3 {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.pqcew-testimonial.pqcew-style-3 .pqcew-testimonial-content .pqcew-testimonial-rating {
    color: #00b67a; /* Green star color */
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.pqcew-testimonial.pqcew-style-3 .pqcew-testimonial-content .pqcew-testimonial-rating ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 5px;
}

.pqcew-testimonial.pqcew-style-3 .pqcew-testimonial-content .pqcew-testimonial-description {
    font-size: 16px;
    line-height: 24px;
    color: #5A5C5E;
    margin-bottom: 30px;
}

.pqcew-testimonial.pqcew-style-3 .pqcew-testimonial-media {
    display: flex;
    align-items: center;
    gap: 15px;
}

.pqcew-testimonial.pqcew-style-3 .pqcew-testimonial-media .pqcew-testimonial-img img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 50%;
}

.pqcew-testimonial.pqcew-style-3 .pqcew-testimonial-media .pqcew-testimonial-author {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.pqcew-testimonial.pqcew-style-3 .pqcew-testimonial-author .pqcew-author-name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
    color: #15141C;
}

.pqcew-testimonial.pqcew-style-3 .pqcew-testimonial-author .pqcew-author-designation {
    font-size: 14px;
    line-height: 22px;
    color: #797979;
}
