.race-selector-container {
    margin-bottom: 20px;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 5px;
}

.race-selector-container label {
    font-weight: bold;
    margin-right: 10px;
}

.race-selector-container select {
    padding: 5px 10px;
    font-size: 14px;
}

/* Alternative race-selector class for other contexts */
.race-selector {
    margin-bottom: 20px;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 4px;
}

.race-selector label {
    font-weight: bold;
    margin-right: 10px;
}

.race-selector select {
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-width: 300px;
}
