.testimonial-card {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    max-width: 500px;
    overflow: hidden;
    background-color: #ecf1ff;
    text-align: left;

}

.testimonial-card .photo {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
}

.testimonial-card .photo img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-card .stars {
    margin-top: 5px;
    color: #f9a825;
}

.testimonial-card blockquote {
  white-space: normal;
  word-break: break-word;
  margin: 20px;
}


.testimonial-card .quote-icon {
    color: gray;
}

.testimonial-card .author {
    margin-top: 10px;
    clear: both; /* ensures name doesn't wrap under image */
}

.testimonial-card .title {
    color: #666;
}

.testimonial-card .product {
    margin-top: 5px;
    font-size: 0.9em;
    color: #999;
}
