
#dp-shipping-quote-section label {
    display: block;
    margin-bottom: 10px;
}
#dp-shipping-quote-form input {
    display: block;
    margin: 8px 0;
    padding: 6px;
    width: 100%;
    max-width: 400px;
}
#dp-submit-quote {
    background-color: #0073aa;
    color: white;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
}
#dp-quote-message {
    margin-top: 10px;
    font-weight: bold;
}
