
.cqb-wrap{max-width:1000px;margin:20px auto;padding:8px;}
.cqb-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.06);padding:18px;margin-bottom:16px;}
.cqb-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
.cqb-field label{display:block;font-weight:600;margin-bottom:6px}
.cqb-field input,.cqb-field select{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:10px;font-size:14px;outline:none}
.cqb-actions{display:flex;justify-content:flex-end;margin-top:10px}
.cqb-map{height:280px;border-radius:12px;margin-top:12px;overflow:hidden;border:1px solid #e5e7eb}
.cqb-results{margin-top:12px}
.cqb-quote-card{display:flex;align-items:center;gap:18px;border:1px solid #e5e7eb;border-radius:14px;padding:14px;justify-content:space-between;flex-wrap:wrap}
.cqb-quote-price{font-size:28px;font-weight:800}
.cqb-quote-price small{font-size:14px;margin-left:4px;color:#6b7280}
.cqb-quote-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;min-width:280px}
.cqb-booking h4{margin:0 0 12px 0}
.cqb-note{margin-top:8px;color:#374151}
.cqb-checkout-wrap{max-width:680px;margin:20px auto;padding:16px;border:1px solid #e5e7eb;background:#fff;border-radius:16px}
.cqb-checkout-wrap .cqb-pay-box{margin:10px 0;padding:12px;border:1px dashed #d1d5db;border-radius:12px}
.cqb-success{padding:10px;background:#e8f6ec;border:1px solid #bfe2c8;border-radius:10px;margin:10px 0}
.cqb-error{padding:10px;background:#fdecea;border:1px solid #f5c6cb;border-radius:10px;margin:10px 0}
@media (max-width:720px){
  .cqb-grid{grid-template-columns:1fr}
  .cqb-quote-meta{grid-template-columns:1fr}
}
