.lqc-demo-frame {
  background: linear-gradient(145deg, #edf4ff, #f8fbff);
  border: 1px solid #cbd8ee;
  border-radius: 1rem;
  box-shadow: 0 24px 60px rgba(7, 28, 65, .12);
  padding: clamp(1rem, 4vw, 2.5rem);
}
.lqc-demo-frame .cts-lqc {
  background: #fff;
  color: #1d2327;
  margin: 0 auto;
}
.lqc-demo-frame .cts-lqc__title,
.lqc-demo-frame .cts-lqc__breakdown h3 { color: #1d2327; }
.lqc-demo-frame .cts-lqc__field label { color: #2c3338; font-weight: 700; }
.lqc-demo-frame .cts-lqc__field input,
.lqc-demo-frame .cts-lqc__field select { background: #fff; border: 1px solid #8c8f94; border-radius: .3rem; color: #1d2327; width: 100%; }
.lqc-demo-frame .cts-lqc__field input:focus,
.lqc-demo-frame .cts-lqc__field select:focus { border-color: #2271b1; box-shadow: 0 0 0 1px #2271b1; outline: 2px solid transparent; }
.lqc-demo-frame .cts-lqc__reset:hover { background: #f0f0f1; }
.lqc-demo-note { color: #40516e; font-size: .9rem; margin: 1rem auto 0; max-width: 720px; text-align: center; }
