.dfsoccer-fixture-and-player-selection {
    margin: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.dfsoccer-fixture-and-player-selection h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.fixture-fields {
    margin-bottom: 15px;
}

.fixture-fields label {
    display: block;
    margin-bottom: 5px;
}

.fixture-fields select,
.fixture-fields input[type="datetime-local"] {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
}

#fixture_selection_form input[type="submit"] {
    background-color: #0073aa;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

#fixture_selection_form input[type="submit"]:hover {
    background-color: #005d88;
}
