/* HS Client Quote - HS colour scheme (blue -> pink) */
.hs-cq-wrap{
  max-width: 1040px;
  margin: 28px auto;
  padding: 0 14px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
.hs-cq-card{
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,.14);
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
}
.hs-cq-header{
  padding: 20px 22px;
  text-align: center;
  background: linear-gradient(180deg, #11A6D8 0%, #EA2AAE 100%);
  color: #fff;
}
.hs-cq-header h2{
  margin:0 0 6px;
  font-size: 1.85rem;
  letter-spacing: .01em;
}
.hs-cq-header p{
  margin:0;
  opacity:.92;
  font-size:.98rem;
}
.hs-cq-body{
  padding: 22px 22px 26px;
  background: linear-gradient(180deg, rgba(17,166,216,.08) 0%, rgba(234,42,174,.08) 100%);
}
.hs-cq-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 920px){
  .hs-cq-grid{ grid-template-columns: 1fr 1fr; }
}
.hs-cq-panel{
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 16px;
  padding: 16px;
}
.hs-cq-panel h3{
  margin:0 0 12px;
  font-size: 1.08rem;
  color:#111;
}
.hs-cq-field{
  margin: 10px 0 12px;
}
.hs-cq-field label{
  display:block;
  font-weight: 650;
  margin-bottom: 6px;
}
.hs-cq-field input,
.hs-cq-field select{
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.14);
  background: #fff;
  font-size: .98rem;
}
.hs-cq-actions{
  margin-top: 14px;
}
.hs-cq-btn{
  border: 0;
  border-radius: 999px;
  padding: 11px 18px;
  cursor: pointer;
  font-weight: 800;
  background: #EA2AAE;
  color: #fff;
  box-shadow: 0 10px 22px rgba(234,42,174,.18);
}
.hs-cq-btn:hover{ background:#C21886; }
.hs-cq-btn:disabled{
  opacity:.55;
  cursor:not-allowed;
}
.hs-cq-help{
  margin-top: 8px;
  font-size:.92rem;
  opacity:.82;
}
.hs-cq-status{
  margin-top: 10px;
  font-weight: 700;
}
.hs-cq-alert{
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(234,42,174,.10);
  border: 1px solid rgba(234,42,174,.20);
  font-weight: 650;
}
.hs-cq-preview{
  border-radius: 16px;
  padding: 14px 14px;
  background: rgba(255,255,255,.92);
  border: 1px dashed rgba(0,0,0,.14);
}
.hs-cq-muted{ opacity:.72; }
.hs-cq-line{
  display:flex;
  justify-content: space-between;
  gap: 10px;
  padding: 6px 0;
}
.hs-cq-total{
  margin-top: 10px;
  border-top: 1px solid rgba(0,0,0,.12);
  padding-top: 10px;
  font-weight: 900;
}

/* One bolt-on per line */
.hs-cq-boltons{display:flex;flex-direction:column;gap:6px;}
.hs-cq-check{display:flex !important;align-items:flex-start;gap:10px;width:100% !important;box-sizing:border-box;padding:6px 0;}
.hs-cq-check input[type="checkbox"]{margin-top:3px;}
.hs-cq-check-label{flex:1;min-width:0;}
.hs-cq-price{font-weight:800;color:#111827;white-space:nowrap;}

/* Ensure bolt-ons render one-per-line even if theme applies flex/inline styles */
.hs-cq-boltons{display:block !important;}
.hs-cq-boltons .hs-cq-check{flex-wrap:nowrap !important;}
.hs-cq-boltons .hs-cq-check + .hs-cq-check{margin-top:10px;}


/* FORCE CLIENT QUOTE TITLE WHITE */
.hs-cq-header h2{ color:#ffffff !important; }
