.mic-visitor-counter {
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f9f9f9;
}

.mic-visitor-counter h2,
.mic-visitor-counter h3 {
    color: #333;
    margin-bottom: 15px;
}

.mic-stats {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.mic-stat-box {
    flex: 1;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.mic-stat-box h3 {
    margin: 0 0 10px;
    font-size: 16px;
    color: #333;
}

.mic-stat-box p {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #0073aa;
}

.mic-visits-by-day,
.mic-top-countries {
    margin-bottom: 30px;
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.mic-visits-by-day h3,
.mic-top-countries h3 {
    font-size: 18px;
    margin: 0 0 15px;
}

.mic-visits-by-day ul,
.mic-top-countries ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mic-visits-by-day li,
.mic-top-countries li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    color: #d63638; /* Rouge pour correspondre à l'image */
}

.mic-visits-by-day li:last-child,
.mic-top-countries li:last-child {
    border-bottom: none;
}

.mic-chart {
    margin-top: 20px;
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}