/* ChikenFngerz Live Tokenomics Styles */

.cfnz-data {
    display: inline-block;
    font-weight: bold;
    transition: opacity 0.3s ease;
}

.cfnz-data.cfnz-updating {
    opacity: 0.6;
}

.cfnz-loading {
    color: #999;
    font-style: italic;
    animation: cfnz-pulse 1.5s ease-in-out infinite;
}

@keyframes cfnz-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.cfnz-error {
    color: #d32f2f;
    font-weight: normal;
}

/* Percentage styling */
.cfnz-percentage {
    font-weight: bold;
}

.cfnz-percentage.positive {
    color: #4caf50;
}

.cfnz-percentage.negative {
    color: #f44336;
}

/* Optional: Add a subtle animation on data update */
@keyframes cfnz-update-flash {
    0% { background-color: transparent; }
    50% { background-color: rgba(255, 193, 7, 0.3); }
    100% { background-color: transparent; }
}

/* No default colors - style everything in Elementor */
