.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.top-reviews {
    background: #fff;
    padding: 15px;
    margin: 20px 0;
    border-radius: 12px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

.top-reviews h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.single-review {
    padding: 12px 0;
    border-bottom: 1px solid #f1f1f1;
    width: 100%;
}

.single-review:last-child {
    border-bottom: none;
}

.review-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.avatar img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.review-meta strong {
    font-size: 14px;
    display: block;
}

.stars {
    color: #ffb400;
    font-size: 14px;
    margin-top: 2px;
}

.single-review p {
    font-size: 14px;
    margin-top: 8px;
    color: #333;
}
