/* Start custom CSS for column, class: .elementor-element-dda29ce *//* GCSE Planner: tidy overall form */
.frm_forms .frm_form_fields {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 24px 24px 28px;
  max-width: 900px;
  margin: 0 auto 32px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

/* Section headings */
.frm_forms .frm_section_heading h3,
.frm_forms .frm_section_heading h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 4px;
  color: #111827;
}
.frm_forms .frm_section_heading p {
  margin-top: 0;
  color: #6b7280;
  font-size: 0.9rem;
}

/* Region & Exam boards as neat cards */
.frm_forms .frm_primary_label {
  font-weight: 600;
  color: #111827;
}
.frm_forms .frm_checkbox label,
.frm_forms .frm_radio label {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 6px 14px;
  margin: 4px 6px 4px 0;
  font-size: 0.9rem;
  cursor: pointer;
}
.frm_forms .frm_checkbox input[type="checkbox"],
.frm_forms .frm_radio input[type="radio"] {
  margin-right: 6px;
}

/* Dropdowns & text fields */
.frm_forms select,
.frm_forms input[type="text"],
.frm_forms textarea {
  border-radius: 10px;
  border: 1px solid #d1d5db;
  padding: 10px 12px;
  font-size: 0.95rem;
}
.frm_forms select:focus,
.frm_forms input[type="text"]:focus,
.frm_forms textarea:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.4);
}

/* Repeater block styling */
.frm_forms .frm_repeat_sec {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 16px 18px 10px;
  margin-top: 8px;
}
.frm_forms .frm_repeat_buttons button {
  border-radius: 999px !important;
}

/* Submit button */
.frm_forms .frm_button_submit {
  background: #16a34a;
  border-radius: 999px;
  padding: 12px 28px;
  font-weight: 700;
  border: none;
  box-shadow: 0 10px 25px rgba(22, 163, 74, 0.35);
}
.frm_forms .frm_button_submit:hover {
  background: #15803d;
}/* End custom CSS */