/* ================================ CusRev – JUODOS IKONOS (FINALINĖ VERSIJA) ================================ 

*/ /* 1. PAGRINDINIS MYGTUKAS "Palikti atsiliepimą" 

*/ button.cr-nosummary-add, .cr-reviews-ajax .cr-nosummary-add, .cr-all-reviews-shortcode .cr-nosummary-add { background: #000 !important; border-color: #000 !important; color: #fff !important; } 


/* ================================
   CusRev – DIDELĖ SANTRAUKOS ŽVAIGŽDĖ (100% JUODA)
   ================================ */

/* Nuimam mask + spalvinam pilnai */
.cr-nosummary-rating-cnt svg path {
  fill: #000 !important;
  stroke: none !important;
  mask: none !important;
  -webkit-mask: none !important;
}

/* Apsauga – jei CusRev deda per g */
.cr-nosummary-rating-cnt svg g path {
  fill: #000 !important;
  stroke: none !important;
  mask: none !important;
}

/* 3. MAŽOS ŽVAIGŽDUTĖS (SĄRAŠE) 

*/ .crstar-rating-svg.cr-rating-icon-frnt, .cr-rating-icon-frnt { fill: #000 !important; color: #000 !important; } 

/* Papildoma apsauga mažoms žvaigždėms */ .cr-rating-icon-frnt .cr-rating-icon { fill: #000 !important; } 

/* 4. BALSAVIMO IKONOS (NYKŠČIAI) */ .cr-voting-cont .cr-voting-upvote svg, .cr-voting-cont .cr-voting-downvote svg, .cr-voting-cont .cr-voting-upvote svg path, .cr-voting-cont .cr-voting-downvote svg path { fill: #000 !important; stroke: #000 !important; } 

/* Skaičiai prie nykščių */ .cr-voting-cont span { color: #000 !important; } 

/* 5. FORMOS PATEIKIMO MYGTUKAS */ .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit { background: #000 !important; border-color: #000 !important; color: #fff !important; }