/* 1. استهداف حاوية التقييمات في الثيم */
.s-comments-carousel .s-comment-card, 
.s-block-testimonials .swiper-slide > div,
.comment-item {
    border: 1px solid #1e6a9b !important; /* الإطار الخارجي */
    box-shadow: 0 0 15px rgba(30, 106, 155, 0.6) !important; /* توهج نيون خارجي */
    background-color: #171f2a !important; /* لون خلفية متجرك */
    border-radius: 12px !important;
    transition: all 0.3s ease;
}

/* 2. تأثير عند تمرير الماوس لجعل البطاقة تنبض بالضوء */
.s-comments-carousel .s-comment-card:hover, 
.s-block-testimonials .swiper-slide > div:hover {
    box-shadow: 0 0 25px #1e6a9b !important;
    transform: scale(1.02);
}

/* 3. استهداف النجوم وتحويلها للأزرق النيوني */
.s-rating-stars span, 
.s-rating-stars svg, 
.s-comment-card__rating svg {
    fill: #1e6a9b !important;
    color: #1e6a9b !important;
    filter: drop-shadow(0 0 5px rgba(30, 106, 155, 0.8)) !important;
}

/* 4. تعديل أسهم التنقل الظاهرة في الصورة image_7f5e66.png */
.s-slider-button-prev, 
.s-slider-button-next {
    background-color: transparent !important;
    border: 1px solid #1e6a9b !important;
    box-shadow: 0 0 8px #1e6a9b !important;
    color: #1e6a9b !important;
}