/* R20 · 客户报价维护（customer/quotes） */

.standard-page.customer-quotes-page .customer-quotes-form-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    align-items: flex-start;
    margin-bottom: 16px;
}

.customer-quotes-page .customer-quotes-field {
    min-width: 180px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.customer-quotes-page .customer-quotes-field label {
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    margin: 0;
}

.customer-quotes-page .customer-quotes-field .standard-input,
.customer-quotes-page .customer-quotes-field .standard-select {
    width: 100%;
    max-width: 220px;
}

.customer-quotes-page .customer-quotes-section-title {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 16px 0;
}

.customer-quotes-page .customer-quotes-actions {
    margin-top: 8px;
}

.customer-quotes-page .customer-quotes-list-filters {
    margin-bottom: 12px;
}

.customer-quotes-page .customer-quotes-filter-select {
    width: 200px;
}

.customer-quotes-page .customer-quotes-card {
    margin-bottom: 20px;
}

.customer-quotes-page .customer-quotes-card:last-child {
    margin-bottom: 0;
}
