.elementor-10859 .elementor-element.elementor-element-fc93843{--display:flex;}.elementor-10859 .elementor-element.elementor-element-e9891c3{margin:200px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(min-width:768px){.elementor-10859 .elementor-element.elementor-element-fc93843{--content-width:1300px;}}/* Start custom CSS for shortcode, class: .elementor-element-e9891c3 *//* Form-level class is had-q (your current setup) */
.gform_wrapper.had-q { max-width: 780px; margin: 0 auto; }

/* Style every question card */
.gform_wrapper.had-q .gfield {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 18px 20px;
  margin: 14px 0;
  box-shadow: 0 1px 6px rgba(0,0,0,.04);
}

/* Title */
.gform_wrapper.had-q .gfield_label { font-weight: 600; margin-bottom: 10px; }

/* Radios grid + hover */
.gform_wrapper.had-q .gchoice { display:flex; align-items:center; gap:10px; padding:10px 12px; border-radius:10px; transition:background .15s, box-shadow .15s; }
.gform_wrapper.had-q .gchoice:hover { background:#f8f9fb; box-shadow: inset 0 0 0 1px #e9edf5; }

.gform_wrapper.had-q input[type="radio"] { width:18px; height:18px; accent-color:#0033CC; }

@media (min-width: 720px){
  .gform_wrapper.had-q .gfield_radio{ display:grid; grid-template-columns:1fr 1fr; gap:6px 14px; }
}
@media (max-width: 719px){
  .gform_wrapper.had-q .gfield_radio{ display:grid; grid-template-columns:1fr; gap:6px; }
}/* End custom CSS */