.eship-quoter {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.eship-quoter-header h3 {
    margin-top: 0;
}

.eship-form-group {
    margin-bottom: 15px;
}

.eship-form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.eship-zipcode,
.eship-country {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.eship-quoter-actions {
    margin-top: 20px;
}

.eship-results {
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}