/* Quote form styling */
.quote-form-container {
    max-width: 1200px;
    margin: 0 auto;
}

.quote-preview {
    position: sticky;
    top: 20px;
}

.discount-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    padding: 0.5rem;
    border-radius: 0.25rem;
    margin-top: 0.25rem;
}

.loading-indicator {
    opacity: 0.6;
    pointer-events: none;
}
