/* Independence Day Special Styles */
.independence-day-banner {
    animation: flagWave 3s ease-in-out infinite alternate;
    border-bottom: 2px solid #000;
}

@keyframes flagWave {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

.independence-day-special .result-value:not(.waiting) {
    color: #FF9933 !important; /* Saffron color for results */
}

.independence-day-special .result-card {
    border: 1px solid #138808; /* Green border */
}