/* Dream11 Team Generator Styles */
.dream11-team-form-wrap {
    max-width: 1000px;
    margin: 20px auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
}
.dream11-team-form-wrap h2, .dream11-team-form-wrap h3 {
    color: #333;
}
.dream11-table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}
.dream11-table th, .dream11-table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}
.dream11-table th {
    background: #f1f1f1;
}
.dream11-table input, .dream11-table select {
    width: 100%;
    padding: 5px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.team-name {
    width: 100%;
    max-width: 300px;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#team-combinations {
    margin-top: 20px;
}
#team-combinations table {
    margin-bottom: 20px;
}
#team-combinations h3 {
    margin-top: 30px;
    color: #333;
}
.button-primary {
    background: #0073aa;
    border-color: #006799;
    padding: 10px 20px;
    font-size: 16px;
}
.button-primary:disabled {
    background: #ccc;
    border-color: #999;
}
.error-message {
    color: #d32f2f;
    font-weight: bold;
}