/**
 * ColorWHEELS - CSS Principal
 */

/* Compteur live footer */
.colorwheels-footer-stats {
    text-align: center;
    padding: 15px 0;
    margin: 20px 0;
}

.colorwheels-stats-counter {
    display: inline-block;
}

.colorwheels-stats-number {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.colorwheels-stats-label {
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

/* Navigation */
.colorwheels-nav-link {
    color: inherit;
    text-decoration: none;
}

.colorwheels-nav-link:hover {
    text-decoration: underline;
}

