/* Styles pour l'affichage frontend EuroMillions */
.euromillions-stats {
    margin: 20px 0;
}
.euromillions-stats h2 {
    margin-bottom: 15px;
}
.euromillions-stats h3 {
    margin: 15px 0 10px;
}
.euromillions-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.euromillions-table th, .euromillions-table td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.euromillions-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}
.euromillions-table tr:nth-child(even) {
    background-color: #f9f9f9;
}
.euromillions-table tr:hover {
    background-color: #f1f1f1;
}