.wqc-login-form, .wqc-quote-form {
    max-width: 800px;
    margin: 24px auto;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.wqc-login-form h2, .wqc-quote-form h2, .wqc-quote-form h3 {
    margin: 0 0 12px;
    color: #111827;
}
.wqc-login-form input, .wqc-quote-form input, .wqc-quote-form textarea, .wqc-quote-form select {
    width: 100%;
    padding: 10px;
    margin: 6px 0 14px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
}
.wqc-btn {
    display: inline-block;
    background: #374151;
    color: #fff;
    border: none;
    padding: 10px 14px;
    border-radius: 6px;
    cursor: pointer;
}
.wqc-btn:hover { background: #111827; }
.wqc-primary { background: #2563eb; }
.wqc-primary:hover { background: #1d4ed8; }
.wqc-error {
    background: #fee2e2;
    color: #991b1b;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 12px;
}
.wqc-success {
    background: #dcfce7;
    color: #166534;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 12px;
}
#quote_table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}
#quote_table th, #quote_table td {
    border: 1px solid #e5e7eb;
    padding: 8px;
}
.wqc-summary {
    margin-top: 12px;
    font-size: 16px;
}
.wqc-product-row { display: flex; gap: 12px; align-items: center; }
.wqc-discount { display: flex; gap: 12px; align-items: center; }
