.elementor-84947 .elementor-element.elementor-element-8b34970{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:24px;--padding-bottom:24px;--padding-left:24px;--padding-right:24px;}.elementor-84947 .elementor-element.elementor-element-8b34970:not(.elementor-motion-effects-element-type-background), .elementor-84947 .elementor-element.elementor-element-8b34970 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for shortcode, class: .elementor-element-652e147 *//* Yorum Listesi için Temel CSS */
.custom-review-list-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Grid Düzeni */
.custom-review-grid {
    display: grid;
    /* Sayfa genişliğine göre otomatik olarak 300px'ten küçük olmayacak şekilde sütun oluşturur */
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px; /* Kutular arası boşluk */
}

/* Her Bir Yorum Kutusu */
.review-item {
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    display: flex; /* İçerik düzeni için esnek kutu */
    flex-direction: column;
}

/* Ürün Görseli */
.review-item .product-image img {
    width: 100%;
    height: auto;
    max-height: 200px; /* Görselleri orantılı tutmak için */
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 4px;
}

/* Yıldız Derecelendirmesi */
.star-rating {
    color: #ffc107; /* Altın sarısı yıldız rengi */
    margin-bottom: 10px;
    font-size: 1.2em;
}
.star-rating .empty-star {
    color: #ccc;
}

/* Ürün Bilgisi Linki */
.product-info a {
    font-weight: bold;
    color: #007bff;
    margin-top: 10px;
    display: block;
}

/* Sayfalama (Pagination) Stili */
.review-pagination {
    margin-top: 30px;
    text-align: center;
}

.review-pagination .page-numbers {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 4px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #333;
    border-radius: 4px;
}

.review-pagination .current {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
    font-weight: bold;
}/* End custom CSS */