.elementor-18802 .elementor-element.elementor-element-b0d4c10{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-10db914 */.wc-all-reviews {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 24px;
    margin-top: 30px;
}

.review-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px;
    position: relative;
    transition: all .3s ease;
    border: 1px solid #f1f1f1;
    box-shadow: 0 8px 25px rgba(0,0,0,.05);
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
}

.review-card h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.review-card .rating {
    font-size: 18px;
    margin-bottom: 15px;
}

.review-card p {
    line-height: 1.7;
    color: #555;
    margin-bottom: 18px;
}

.review-card small {
    display: block;
    font-size: 13px;
    color: #888;
}

.review-card small a {
    color: #2d6cdf;
    text-decoration: none;
    font-weight: 600;
}

.review-card small a:hover {
    text-decoration: underline;
}

.review-card::before {
    content: "❝";
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 60px;
    color: rgba(0,0,0,.05);
    font-family: serif;
}
.review-product-image {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    object-fit: cover;
    margin-bottom: 15px;
}/* End custom CSS */