.asprsh-shipping-field {
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.asprsh-shipping-field:last-child {
    border-bottom: none;
}
.asprsh-shipping-field label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}
.asprsh-shipping-field input[type="text"],
.asprsh-shipping-field input[type="number"],
.asprsh-shipping-field select {
    width: 100%;
    max-width: 300px;
}
.asprsh-shipping-description {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}