
.gcdri-rating { font-family: Arial; margin: 10px 0; font-size: 16px; display: inline-block; }
.gcdri-rating .stars { display: inline-block; margin-right: 8px; }
.gcdri-rating.style1 .stars { color: gold; }
.gcdri-rating.style2 .stars { color: orange; text-shadow: 1px 1px #999; }
.gcdri-rating.style3 .stars { color: #FFD700; background: #333; padding: 4px; border-radius: 5px; }
.gcdri-rating.style4 .stars { color: #ff6f00; font-size: 20px; }
.gcdri-rating.style5 .stars { color: #ffc107; border: 1px solid #eee; padding: 2px; }
.gcdri-rating.style6 .stars { color: #00bcd4; font-style: italic; }
.gcdri-rating.style7 .stars { color: #4caf50; font-weight: bold; }
.gcdri-rating.style8 .stars { color: transparent; background: linear-gradient(to right, gold, orange); -webkit-background-clip: text; }
.gcdri-rating.style9 .stars { color: #ff4081; animation: pulse 1.5s infinite; }
.gcdri-rating.style10 .stars { color: #9c27b0; text-decoration: underline; }

@keyframes pulse {
  0% { opacity: 1; } 50% { opacity: 0.6; } 100% { opacity: 1; }
}
