.marsoro-buono-ordine {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f9f9f9;
}

.marsoro-buono-ordine h2 {
    text-align: center;
}

.marsoro-codice-cliente {
    margin-bottom: 20px;
}

.marsoro-codice-cliente input {
    padding: 8px;
    width: 200px;
}

.marsoro-codice-cliente button {
    padding: 8px 15px;
    background: #2271b1;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

#marsoro-tabella-prodotti {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

#marsoro-tabella-prodotti th, #marsoro-tabella-prodotti td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

#marsoro-tabella-prodotti th {
    background: #f1f1f1;
}

.marsoro-rappresentante {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f9f9f9;
}

.marsoro-rappresentante input, .marsoro-rappresentante textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
}

.marsoro-opzioni {
    margin-bottom: 20px;
}

#conferma_ordine {
    padding: 10px 20px;
    background: #2271b1;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
}
