/* assets/css/icon-colors.css */

.c-xbox   { color: #107c10 !important; }
.c-green  { color: #4ade80 !important; }
.c-red    { color: #fb7185 !important; }
.c-blue   { color: #60a5fa !important; }
.c-yellow { color: #fbbf24 !important; }
.c-purple { color: #c084fc !important; }

/* Rainbow Icon Color */
.c-rainbow {
    background: linear-gradient(45deg, #ff595e, #ffca3a, #8ac926, #1982c4, #6a4c93) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
}

/* Ensure Pro Duotone icons pop correctly when colored */
.icon-option i[class*="c-"], 
.icon-wrap i[class*="c-"] {
    --fa-primary-color: inherit;
    --fa-secondary-color: currentColor; 
}