.xtar-quote-form-wrap { max-width: 640px; margin: 0 auto; }
.xtar-quote-notice { padding: 14px 18px; margin-bottom: 20px; border-radius: 10px; font-size: 14px; }
.xtar-quote-notice-error { background: #fdeceb; color: #8a2c22; border: 1px solid #f3c6c0; }
.xtar-quote-field { margin-bottom: 18px; display: flex; flex-direction: column; gap: 6px; }
.xtar-quote-field-row { display: flex; gap: 16px; }
.xtar-quote-field-row .xtar-quote-field { flex: 1; }
.xtar-quote-form label { font-size: 13px; font-weight: 700; }
.xtar-quote-form input[type="text"],
.xtar-quote-form input[type="email"],
.xtar-quote-form input[type="tel"],
.xtar-quote-form input[type="number"],
.xtar-quote-form select,
.xtar-quote-form textarea {
    padding: 12px 14px;
    border: 1px solid #d5dee3;
    border-radius: 10px;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
}
.xtar-quote-form h3 { margin: 28px 0 12px; font-size: 18px; }
.xtar-quote-rows { display: flex; flex-direction: column; gap: 10px; margin-bottom: 12px; }
.xtar-quote-row { display: flex; gap: 10px; align-items: center; }
.xtar-quote-row .xtar-quote-product-select { flex: 1; }
.xtar-quote-row .xtar-quote-qty { width: 80px; flex-shrink: 0; }
.xtar-quote-remove-row {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #d5dee3;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
}
.xtar-quote-add-row {
    padding: 10px 16px;
    border: 1px dashed #9fb2b9;
    border-radius: 10px;
    background: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
}
.xtar-quote-submit {
    display: block;
    width: 100%;
    margin-top: 24px;
    padding: 16px;
    border: 0;
    border-radius: 12px;
    background: #1769e0;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
}
.xtar-quote-success {
    max-width: 520px;
    margin: 0 auto;
    padding: 32px;
    border: 1px solid #d5dee3;
    border-radius: 16px;
    text-align: center;
}
.xtar-quote-download {
    display: inline-block;
    margin-top: 16px;
    padding: 14px 24px;
    border-radius: 10px;
    background: #1769e0;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}
@media (max-width: 600px) {
    .xtar-quote-field-row { flex-direction: column; gap: 18px; }
    .xtar-quote-row { flex-wrap: wrap; }
}
