/* Style the chart canvas like a clean card */
.chart-wrapper {
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* Float the form inputs on the left */
.webform-component-fieldset {
  width: 55%;
  float: left;
  box-sizing: border-box;
}

/* Float chart on the right and make it sticky */
.webform-component--chart {
  width: 40%;
  float: right;
  position: sticky;
  top: 1rem;
  box-sizing: border-box;
  padding: 1rem;
}
