.widget-testimonial {
    border: 1px solid #ddd;
    padding: 20px;
    margin: 20px 0;
    background-color: #f9f9f9;
}

.widget-testimonial img {
    max-width: 100px;
    border-radius: 50%;
}

.widget-testimonial .name {
    font-weight: bold;
    margin-top: 10px;
}

.widget-testimonial .role {
    font-style: italic;
    color: #666;
}

.widget-testimonial .message {
    margin-top: 10px;
}