/* Compare N Save bilingual static quote widget */
.cnsq-widget {
  --cns-primary: #27468f;
  --cns-accent: #4d78f6;
  --cns-ink: #24334d;
  --cns-muted: #697386;
  --cns-line: #dfe3ea;
  --cns-bg: #f7f9fc;
  width: 100%;
  margin: 0 auto;
  scroll-margin-top: 120px;
  color: var(--cns-ink);
  font-family: inherit;
}
.cnsq-widget *, .cnsq-widget *::before, .cnsq-widget *::after { box-sizing: border-box; }
.cnsq-card { background: transparent; overflow: visible; }
.cnsq-head { margin-bottom: 1.15rem; }
.cnsq-head h2 {
  margin: 0 0 .4rem;
  color: #1d3977;
  font-family: inherit;
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.12;
}
.cnsq-head p { margin: 0; color: var(--cns-muted); font-size: .92rem; line-height: 1.55; }
.cnsq-progress { height: 6px; background: #e4e9f0; border-radius: 999px; overflow: hidden; margin-bottom: 1.25rem; }
.cnsq-progress span { display: block; height: 100%; background: linear-gradient(90deg, var(--cns-accent), var(--cns-primary)); transition: width .25s; }
.cnsq-body { padding: 0; }
.cnsq-form-selector { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.cnsq-choice {
  border: 2px solid var(--cns-line);
  background: #fff;
  border-radius: 14px;
  padding: 1rem;
  text-align: left;
  cursor: pointer;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.cnsq-choice:hover, .cnsq-choice:focus-visible {
  border-color: var(--cns-accent);
  box-shadow: 0 8px 22px rgba(39,70,143,.12);
  transform: translateY(-1px);
  outline: none;
}
.cnsq-choice strong { display: block; color: #1d3977; font-size: .97rem; margin-bottom: .25rem; }
.cnsq-choice span { display: block; color: var(--cns-muted); font-size: .75rem; line-height: 1.45; }
.cnsq-section h3 { color: #24334d; font-size: 1.15rem; margin: 0 0 .35rem; }
.cnsq-section > p { color: var(--cns-muted); font-size: .8rem; margin: 0 0 1rem; }
.cnsq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem; }
.cnsq-field { display: flex; flex-direction: column; gap: .35rem; min-width: 0; }
.cnsq-field.full { grid-column: 1 / -1; }
.cnsq-field label { display: block; color: #303c50; font-size: .82rem; font-weight: 700; }
.cnsq-field input, .cnsq-field select, .cnsq-field textarea {
  width: 100%;
  border: 2px solid var(--cns-line);
  border-radius: 12px;
  background: #fff;
  color: #1e293b;
  padding: .78rem .9rem;
  font: inherit;
  font-size: .9rem;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}
.cnsq-field input:focus, .cnsq-field select:focus, .cnsq-field textarea:focus {
  border-color: var(--cns-accent);
  box-shadow: 0 0 0 3px rgba(77,120,246,.14);
}
.cnsq-field textarea { min-height: 94px; resize: vertical; }
.cnsq-field input[data-cnsq-date-entry] {
  min-height: 48px;
  font-variant-numeric: tabular-nums;
  color-scheme: light;
  cursor: pointer;
}
.cnsq-field input[data-cnsq-date-entry]::-webkit-calendar-picker-indicator {
  min-width: 28px;
  min-height: 28px;
  cursor: pointer;
}
.cnsq-help { color: var(--cns-muted); font-size: .68rem; line-height: 1.45; }
.cnsq-required { color: #dc2626; }
.cnsq-checkbox-list { display: grid; gap: .45rem; }
.cnsq-checkbox-list label { display: flex; align-items: center; gap: .6rem; min-height: 44px; padding: .45rem; border-radius: 10px; font-weight: 500; cursor: pointer; touch-action: manipulation; }
.cnsq-checkbox-list input { width: 20px; height: 20px; flex: 0 0 20px; accent-color: var(--cns-primary); }
.cnsq-repeat { border: 1px solid var(--cns-line); border-radius: 14px; background: var(--cns-bg); padding: 1rem; margin-bottom: .9rem; }
.cnsq-repeat-head { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: .8rem; }
.cnsq-repeat-head strong { color: #1d3977; font-size: .9rem; }
.cnsq-btn {
  border: 0;
  border-radius: 12px;
  padding: .78rem 1rem;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform .15s, box-shadow .15s, opacity .15s;
}
.cnsq-btn:hover { transform: translateY(-1px); }
.cnsq-btn-primary {
  color: #fff;
  background: linear-gradient(100deg, var(--cns-accent), var(--cns-primary));
  box-shadow: 0 12px 28px rgba(39,70,143,.22);
}
.cnsq-btn-secondary { color: #213451; background: #edf2f8; }
.cnsq-btn-danger { color: #a92836; background: #fff0f1; padding: .45rem .65rem; font-size: .7rem; }
.cnsq-actions { display: flex; justify-content: space-between; gap: .75rem; padding-top: 1.15rem; margin-top: 1.15rem; border-top: 1px solid var(--cns-line); }
.cnsq-actions .cnsq-btn-primary { min-width: 48%; }
.cnsq-add { margin-top: .2rem; }
.cnsq-error { background: #fff0f1; color: #9d2632; padding: .7rem .8rem; border-radius: 10px; font-size: .75rem; margin-bottom: .8rem; }
.cnsq-consent { display: grid; gap: .7rem; margin-top: 1rem; padding: .85rem; border: 1px solid var(--cns-line); border-radius: 12px; background: #f7f9fc; }
.cnsq-consent label { display: flex; align-items: flex-start; gap: .65rem; min-height: 44px; padding: .35rem; color: var(--cns-muted); font-size: .76rem; line-height: 1.45; cursor: pointer; touch-action: manipulation; }
.cnsq-consent input { width: 20px; height: 20px; flex: 0 0 20px; margin-top: .05rem; accent-color: var(--cns-primary); }
.cnsq-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.cnsq-status { color: var(--cns-muted); text-align: center; font-size: .72rem; margin-top: .6rem; }
.cnsq-loading { opacity: .65; pointer-events: none; }
.cnsq-success { text-align: center; padding: 2rem .75rem; }
.cnsq-success-mark { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; margin: 0 auto 1rem; background: #e5f8ef; color: #15815a; font-size: 1.8rem; font-weight: 900; }
.cnsq-success h2 { color: #1d3977; margin: 0 0 .5rem; }
.cnsq-success p { color: var(--cns-muted); line-height: 1.55; margin: 0 auto 1.1rem; max-width: 34rem; }

@media (max-width: 680px) {
  .cnsq-form-selector, .cnsq-grid { grid-template-columns: 1fr; }
  .cnsq-head h2 { font-size: 1.45rem; }
  .cnsq-actions { position: sticky; bottom: 0; z-index: 2; background: #fff; padding: .8rem 0 0; }
  .cnsq-actions .cnsq-btn { flex: 1; min-width: 0; }
}
