.instant-win-counter {
    font-size: 16px;
    line-height: 1.4;
    margin: 15px 0;
    color: #ffffff;
    font-weight: normal;
}

.instant-win-counter span {
    font-weight: bold;
    color: #ffffff;
}

/* Mobile responsive styles */
@media screen and (max-width: 768px) {
    .instant-win-counter {
        font-size: 14px;
    }
} 