/* Style du conteneur principal */
#padel-search-container {
    max-width: 100% !important;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Style des boutons radio Homme/Femme */
.padel-genre-select {
    margin-bottom: 15px;
}

.padel-genre-select label {
    margin-right: 20px;
    font-weight: bold;
}

/* Style du champ de recherche */
#padel-search-input {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 3px;
}

/* Style du tableau des résultats */
#padel-search-results table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

#padel-search-results th, #padel-search-results td {
    padding: 8px 12px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

#padel-search-results th {
    background-color: #f5f5f5;
    font-weight: bold;
}

/* Colonnes spécifiques */
#padel-search-results td:nth-child(1) { width: 10%; } /* Classement */
#padel-search-results td:nth-child(2) { width: 20%; } /* Nom */
#padel-search-results td:nth-child(3) { width: 20%; } /* Prénom */
#padel-search-results td:nth-child(4) { width: 20%; } /* Ligue */
#padel-search-results td:nth-child(5) { width: 20%; text-align: right; } /* Points */
#padel-search-results td:nth-child(6) { width: 10%; text-align: center; } /* Evolution */