html.page-template-template-cro-php,
body.page-template-template-cro-php {
  --cro-page-bg: #f5f0e8;
  background: var(--cro-page-bg) !important;
  background-color: var(--cro-page-bg) !important;
}
body.page-template-template-cro-php .pageBuilder,
body.page-template-template-cro-php main#site-content,
body.page-template-template-cro-php main.main-layout,
body.page-template-template-cro-php .page-container,
body.page-template-template-cro-php .template-cro,
body.page-template-template-cro-php .template-cro > .container,
body.page-template-template-cro-php .template-cro .cro-logo-bar,
body.page-template-template-cro-php .template-cro .cro-logo-inner,
body.page-template-template-cro-php .template-cro .container .row,
body.page-template-template-cro-php .template-cro .container .col-12 {
  background: var(--cro-page-bg) !important;
  background-color: var(--cro-page-bg) !important;
}

/* CRO pages: hide all nav/menu chrome, keep call bar only */
body.page-template-template-cro-php {
  margin-top: 0 !important;
  padding-top: 40px !important;
}
body.page-template-template-cro-php .wrap-fixedheader,
body.page-template-template-cro-php .dl-nav-main,
body.page-template-template-cro-php .dl-nav-util,
body.page-template-template-cro-php .dl-mega-panel,
body.page-template-template-cro-php .mobileNav,
body.page-template-template-cro-php .mobileMenu,
body.page-template-template-cro-php .d-block.d-lg-none,
body.page-template-template-cro-php .light.d-block.d-lg-none.mobileNav,
body.page-template-template-cro-php #mega-menu-wrap-menu-header,
body.page-template-template-cro-php .delamere-mobile-sticky-cta {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

/* Milligram grid .row (width:100%, flex-direction:column) breaks Bootstrap rows
   nested in page content — icon columns, chooser, etc. sit off-centre on mobile. */
body.page-template-template-cro-php .template-cro .row {
  flex-direction: row;
  width: auto;
}

.template-cro .cro-call-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10001;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #45483b;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.template-cro .cro-call-bar .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.template-cro .cro-call-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.template-cro .cro-call-bar li {
  list-style: none;
}
.template-cro .cro-call-bar a {
  color: #ffd26d;
  text-decoration: none;
  font-weight: 700;
}

.template-cro .cro-logo-bar {
  width: 100%;
  padding: 14px 0 16px;
}
.template-cro > .container {
  padding-top: 12px;
}
.template-cro .cro-logo-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

/* Trust row: logo, Doctify widget, award badge */
.template-cro .cro-header-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
}
.template-cro .cro-header-row .cro-doctify-inline {
  width: 100%;
  justify-content: center;
}
.template-cro .cro-logo-link {
  display: inline-block;
  line-height: 0;
  flex-shrink: 0;
}
.template-cro .cro-logo-link img {
  height: 48px;
  width: auto;
}

/* Doctify widget — let the embed set its own inner layout */
.template-cro .cro-doctify-inline {
  display: flex;
  align-items: center;
}
.template-cro .cro-doctify-inline #0dvt7k88 {
  width: 100%;
}

/* Award badge (transparent PNG — page background shows through) */
.template-cro .cro-award-badge-link {
  display: block;
  line-height: 0;
  width: 180px;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  background: transparent;
}
.template-cro .cro-award-badge-stack {
  display: block;
  position: relative;
  width: 100%;
  line-height: 0;
  container-type: inline-size;
}
.template-cro .cro-award-badge {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.template-cro .cro-award-badge-text {
  position: absolute;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  color: #000;
  background: none;
  pointer-events: none;
  white-space: nowrap;
}
.template-cro .cro-award-badge-year {
  left: 50%;
  top: 24.37%;
  transform: translate(-50%, -50%);
}
.template-cro .cro-award-badge-outstanding {
  left: 50%;
  top: 43.55%;
  transform: translate(-50%, -50%);
}
.template-cro .cro-award-badge-patient {
  left: 50%;
  top: 54.34%;
  transform: translate(-50%, -50%);
}
.template-cro .cro-award-badge-brand {
  left: 56%;
  top: 79.86%;
  transform: translate(-50%, -50%);
  text-transform: lowercase;
}

/* Desktop: 3-column trust row (logo | Doctify centred | badge) */
@media (min-width: 641px) {
  .template-cro .cro-header-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 10px 16px;
  }
  .template-cro .cro-header-row .cro-logo-link {
    grid-column: 1;
    justify-self: start;
  }
  .template-cro .cro-header-row .cro-doctify-inline {
    grid-column: 2;
    justify-self: center;
    width: 100%;
    min-width: 240px;
    max-width: 480px;
    margin: 0 auto;
  }
  .template-cro .cro-header-row .cro-doctify-inline #0dvt7k88 {
    min-height: 52px;
    margin-left: auto;
    margin-right: auto;
  }
  .template-cro .cro-header-row .cro-award-badge-link {
    grid-column: 3;
    justify-self: end;
    width: 196px;
    margin: 0;
    padding: 0;
  }
}

/* Page heading + intro on journey pages (chooser + form). Thanks pages keep
   has-text-align-center from block editor. */
.template-cro .container .col-12:has(.gform_wrapper) > p,
.template-cro .container .col-12:has(.gform_wrapper) > .wp-block-paragraph,
.template-cro .container .col-12:has(.gform_wrapper) > h2,
.template-cro .container .col-12:has(.gform_wrapper) > .wp-block-heading {
  box-sizing: border-box;
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
/* Chooser — centred column, copy left-aligned to match button block edges */
.template-cro .container .col-12:has(.contact-chooser) h1,
.template-cro .container .col-12:has(.contact-chooser) .wp-block-heading,
.template-cro .container .col-12:has(.contact-chooser) p,
.template-cro .container .col-12:has(.contact-chooser) .wp-block-paragraph,
.template-cro .container .col-12:has(.contact-chooser) .wp-block-group,
.template-cro .container .col-12:has(.contact-chooser) .contact-chooser {
  box-sizing: border-box;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.template-cro .container .col-12 h1.has-text-align-center,
.template-cro .container .col-12 .wp-block-heading.has-text-align-center {
  text-align: center !important;
}
@media (min-width: 641px) {
  .template-cro .container .col-12 .has-text-align-center:not(h1),
  .template-cro .container .col-12 p.has-text-align-center,
  .template-cro .container .col-12 .wp-block-paragraph.has-text-align-center {
    font-size: 20px;
  }
}

/* Custom step progress (replaces GF progress bar) — step 1 = chooser, 2+ = form */
.cro-progress {
  display: flex;
  justify-content: center;
  margin: 0 auto 24px;
  width: 100%;
  max-width: 760px;
}
.cro-progress-steps {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: 320px;
}
.cro-progress-step {
  display: flex;
  align-items: center;
  flex: 1 1 0;
  min-width: 0;
}
.cro-progress-step:last-child {
  flex: 0 0 auto;
}
.cro-progress-step-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #e0dfd8;
  color: #999;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-sizing: border-box;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}
.cro-progress-step--active .cro-progress-step-dot {
  background: #ffd26c;
  border-color: #ffd26c;
  color: #1a1a1a;
}
.cro-progress-step--complete .cro-progress-step-dot {
  background: #ffd26c;
  border-color: #ffd26c;
  color: #1a1a1a;
  cursor: pointer;
}
.cro-progress-step--complete .cro-progress-step-dot:hover {
  background: #ffdf8f;
  border-color: #ffdf8f;
}
.cro-progress-step-line {
  flex: 1 1 auto;
  min-width: 0;
  height: 2px;
  background: #fff;
  box-shadow: inset 0 0 0 1px #e0dfd8;
  transition: background 0.25s, box-shadow 0.25s;
}
.cro-progress-step--complete .cro-progress-step-line {
  background: #ffd26c;
  box-shadow: none;
}

/* Hide GF progress bar — custom .cro-progress handles journey steps */
body.page-template-template-cro-php .gf_progressbar_wrapper,
body.page-template-template-cro-php .gf_progressbar_title,
body.page-template-template-cro-php .gf_progressbar,
body.page-template-template-cro-php .gf_progressbar_blue,
body.page-template-template-cro-php .percentbar_blue {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
}

/* Hide Gravity Forms sub-labels and required legend on CRO */
.template-cro .gform_wrapper .ginput_complex label,
.template-cro .gform_wrapper .ginput_container_name label,
.template-cro .gform_wrapper .gform_required_legend {
  display: none !important;
}
.template-cro .gform_wrapper .gform_previous_button,
.template-cro .gform_wrapper [id^="gform_previous_button_"] {
  display: none !important;
}

/* CRO form layout: consistent across all form IDs */
.template-cro .gform_wrapper {
  --cro-control-max-width: 100%;
  --cro-form-max-width: 760px;
  --cro-field-label-size: 1.125rem;
  --cro-field-label-weight: 700;
  --cro-field-label-lh: 1.35;
  --cro-field-label-mb: 12px;
  --cro-form-h2-size: 2rem;
  --cro-form-h2-lh: 1.2;
  --cro-form-h2-mb: 2rem;
  --cro-description-size: 15px;
  --cro-description-lh: 1.45;
  --cro-description-color: #555;
  --cro-description-mb: 12px;
  --cro-validation-color: #c92a2a;
  max-width: 760px;
  margin: 0 auto;
  padding: 10px 16px 40px;
}
.template-cro .gform_wrapper .gform_heading {
  margin: 0 auto 20px !important;
  text-align: left !important;
}
.template-cro .gform_wrapper .gform_title {
  margin: 0 0 10px !important;
  text-align: left !important;
  width: 100% !important;
  max-width: 100% !important;
}
.template-cro .gform_wrapper .gform_description {
  margin: 0 !important;
  text-align: left !important;
  width: 100% !important;
  max-width: 100% !important;
  font-size: var(--cro-description-size) !important;
  font-weight: 400 !important;
  line-height: var(--cro-description-lh) !important;
  color: var(--cro-description-color) !important;
}
.template-cro .gform_wrapper .gform_body,
.template-cro .gform_wrapper .gform-body,
.template-cro .gform_wrapper .gform_page,
.template-cro .gform_wrapper .gform_page_fields,
.template-cro .gform_wrapper .gform_fields {
  max-width: var(--cro-form-max-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}
.template-cro .gform_wrapper .gform_body,
.template-cro .gform_wrapper .gform-body,
.template-cro .gform_wrapper .gform_page,
.template-cro .gform_wrapper .gform_page_fields {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.template-cro .gform_wrapper form {
  margin: 0 !important;
  padding: 0 !important;
}
.template-cro .gform_wrapper .gfield {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 18px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}
.template-cro .gform_wrapper .ginput_container,
.template-cro .gform_wrapper .ginput_complex,
.template-cro .gform_wrapper .ginput_container_name,
.template-cro .gform_wrapper .ginput_container_name .ginput_complex,
.template-cro .gform_wrapper .gform-grid-row,
.template-cro .gform_wrapper .gform-grid-col,
.template-cro .gform_wrapper .gfield_radio,
.template-cro .gform_wrapper .gfield_checkbox {
  width: 100% !important;
  max-width: var(--cro-control-max-width) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* Field labels — left-aligned on all CRO journey forms */
body.page-template-template-cro-php .template-cro .gform_wrapper .gfield > .gfield_label,
body.page-template-template-cro-php .template-cro .gform_wrapper .gfield > legend.gfield_label,
body.page-template-template-cro-php .template-cro .gform_wrapper .gfield > label.gfield_label,
body.page-template-template-cro-php .template-cro .gform_wrapper .gfield > label.gform-field-label,
body.page-template-template-cro-php .template-cro .gform_wrapper .gfield > .gform-field-label,
body.page-template-template-cro-php .template-cro .gform_wrapper .gfield--type-name > legend.gfield_label,
body.page-template-template-cro-php .template-cro .gform_wrapper .gfield--type-name > legend.gform-field-label,
body.page-template-template-cro-php .template-cro [id^="gform_wrapper_"] .gfield > .gfield_label,
body.page-template-template-cro-php .template-cro [id^="gform_wrapper_"] .gfield > legend.gfield_label,
body.page-template-template-cro-php .template-cro [id^="gform_wrapper_"] .gfield > label.gfield_label,
body.page-template-template-cro-php .template-cro [id^="gform_wrapper_"] .gfield > label.gform-field-label,
body.page-template-template-cro-php .template-cro [id^="gform_wrapper_"] .gfield > .gform-field-label,
body.page-template-template-cro-php .template-cro [id^="gform_wrapper_"] .gfield--type-name > legend.gfield_label,
body.page-template-template-cro-php .template-cro [id^="gform_wrapper_"] .gfield--type-name > legend.gform-field-label {
  font-family: Montserrat, sans-serif !important;
  font-size: var(--cro-field-label-size) !important;
  font-weight: var(--cro-field-label-weight) !important;
  line-height: var(--cro-field-label-lh) !important;
  margin: 0 0 var(--cro-field-label-mb) !important;
  padding: 0 !important;
  color: #1a1a1a !important;
  text-align: left !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
/* HTML step intros — larger H2 headings, left-aligned */
body.page-template-template-cro-php .template-cro .gform_wrapper .gfield--type-html h2,
body.page-template-template-cro-php .template-cro .gform_wrapper .gfield_html h2,
body.page-template-template-cro-php .template-cro [id^="gform_wrapper_"] .gfield--type-html h2,
body.page-template-template-cro-php .template-cro [id^="gform_wrapper_"] .gfield_html h2 {
  font-family: Montserrat, sans-serif !important;
  font-size: var(--cro-form-h2-size) !important;
  font-weight: var(--cro-field-label-weight) !important;
  line-height: var(--cro-form-h2-lh) !important;
  margin: 0 0 var(--cro-form-h2-mb) !important;
  padding: 0 !important;
  color: #41483b !important;
  text-align: left !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  border: none !important;
  background: none !important;
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
.template-cro .gform_wrapper .gfield_label,
.template-cro .gform_wrapper legend.gfield_label {
  display: block !important;
  width: 100% !important;
  max-width: var(--cro-control-max-width) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* Supporting / description copy — one size everywhere (not validation messages) */
body.page-template-template-cro-php .template-cro .gform_wrapper .gfield_description:not(.gfield_validation_message):not(.validation_message),
body.page-template-template-cro-php .template-cro [id^="gform_wrapper_"] .gfield_description:not(.gfield_validation_message):not(.validation_message),
body.page-template-template-cro-php .template-cro [id^="gform_wrapper_"] [id^="gfield_description_"]:not(.gfield_validation_message):not(.validation_message),
body.page-template-template-cro-php .template-cro .gform_wrapper .gfield--type-html p,
body.page-template-template-cro-php .template-cro .gform_wrapper .gfield_html p,
body.page-template-template-cro-php .template-cro [id^="gform_wrapper_"] .gfield--type-html p,
body.page-template-template-cro-php .template-cro [id^="gform_wrapper_"] .gfield_html p,
body.page-template-template-cro-php .template-cro .gform_wrapper .gfield--type-html li,
body.page-template-template-cro-php .template-cro .gform_wrapper .gfield_html li,
body.page-template-template-cro-php .template-cro [id^="gform_wrapper_"] .gfield--type-html li,
body.page-template-template-cro-php .template-cro [id^="gform_wrapper_"] .gfield_html li {
  font-family: Montserrat, sans-serif !important;
  font-size: var(--cro-description-size) !important;
  font-weight: 400 !important;
  line-height: var(--cro-description-lh) !important;
  color: var(--cro-description-color) !important;
  text-align: left !important;
  margin: 0 0 var(--cro-description-mb) !important;
  padding: 0 !important;
}
body.page-template-template-cro-php .template-cro .gform_wrapper .gform_heading .gform_description,
body.page-template-template-cro-php .template-cro [id^="gform_wrapper_"] .gform_heading .gform_description {
  font-family: Montserrat, sans-serif !important;
  font-size: var(--cro-description-size) !important;
  font-weight: 400 !important;
  line-height: var(--cro-description-lh) !important;
  color: var(--cro-description-color) !important;
  text-align: left !important;
  margin: 0 0 var(--cro-description-mb) !important;
  padding: 0 !important;
}
body.page-template-template-cro-php .template-cro .gform_wrapper .gfield--type-html h2:has(+ p),
body.page-template-template-cro-php .template-cro .gform_wrapper .gfield_html h2:has(+ p),
body.page-template-template-cro-php .template-cro [id^="gform_wrapper_"] .gfield--type-html h2:has(+ p),
body.page-template-template-cro-php .template-cro [id^="gform_wrapper_"] .gfield_html h2:has(+ p) {
  margin: 0 0 var(--cro-description-mb) !important;
}
/* Validation / error messages — red text (not styled as description copy) */
body.page-template-template-cro-php .template-cro .gform_wrapper .gfield_validation_message,
body.page-template-template-cro-php .template-cro .gform_wrapper .validation_message,
body.page-template-template-cro-php .template-cro [id^="gform_wrapper_"] .gfield_validation_message,
body.page-template-template-cro-php .template-cro [id^="gform_wrapper_"] .validation_message,
body.page-template-template-cro-php .template-cro [id^="gform_wrapper_"] [id^="gfield_description_"].gfield_validation_message,
body.page-template-template-cro-php .template-cro [id^="gform_wrapper_"] [id^="gfield_description_"].validation_message,
body.page-template-template-cro-php .template-cro .gform_wrapper .gform_validation_errors,
body.page-template-template-cro-php .template-cro .gform_wrapper .gform_validation_errors > h2,
body.page-template-template-cro-php .template-cro [id^="gform_wrapper_"] .gform_validation_errors,
body.page-template-template-cro-php .template-cro [id^="gform_wrapper_"] .gform_validation_errors > h2 {
  color: var(--cro-validation-color) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  text-align: left !important;
}
.template-cro .gform_wrapper .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]):not([type="submit"]):not([type="button"]),
.template-cro .gform_wrapper .ginput_container select,
.template-cro .gform_wrapper .ginput_container textarea,
.template-cro .gform_wrapper .gfield--type-name .ginput_container_name input {
  width: 100% !important;
  box-sizing: border-box !important;
  background: #fff !important;
  background-color: #fff !important;
  border: 1.5px solid #d8d8d2 !important;
  border-radius: 8px !important;
  padding: 14px 16px !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
  color: #1a1a1a !important;
}
.template-cro .gform_wrapper .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]):not([type="submit"]):not([type="button"]):focus,
.template-cro .gform_wrapper .ginput_container select:focus,
.template-cro .gform_wrapper .ginput_container textarea:focus,
.template-cro .gform_wrapper .gfield--type-name .ginput_container_name input:focus {
  border-color: #bfc0b6 !important;
  box-shadow: 0 0 0 2px rgba(69, 72, 59, 0.08) !important;
  outline: none !important;
  background: #fff !important;
}
/* Standardize GF Name field complex spans to same control width */
.template-cro .gform_wrapper .gfield--type-name .ginput_container_name .ginput_complex,
.template-cro .gform_wrapper .gfield--type-name .ginput_container_name .ginput_full,
.template-cro .gform_wrapper .gfield--type-name .ginput_container_name .name_prefix,
.template-cro .gform_wrapper .gfield--type-name .ginput_container_name .name_first,
.template-cro .gform_wrapper .gfield--type-name .ginput_container_name .name_middle,
.template-cro .gform_wrapper .gfield--type-name .ginput_container_name .name_last,
.template-cro .gform_wrapper .gfield--type-name .ginput_container_name .name_suffix {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: 1 1 100% !important;
  float: none !important;
  clear: both !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.template-cro .gform_wrapper .gfield--type-name .ginput_container_name input {
  width: 100% !important;
  min-height: 48px !important;
}
.template-cro .gform_wrapper .gform_page_footer,
.template-cro .gform_wrapper .gform-page-footer,
.template-cro .gform_wrapper .gform_footer {
  width: 100% !important;
  max-width: var(--cro-form-max-width) !important;
  margin: 22px 0 0 !important;
  padding: 0 !important;
  text-align: left !important;
  box-sizing: border-box !important;
}
.template-cro .gform_wrapper .gform_page_footer .gform_button,
.template-cro .gform_wrapper .gform-page-footer .gform_button,
.template-cro .gform_wrapper .gform_footer .gform_button,
.template-cro .gform_wrapper [id^="gform_submit_button_"],
.template-cro .gform_wrapper [id^="gform_next_button_"] {
  width: 100% !important;
  max-width: var(--cro-control-max-width) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
  min-height: 56px !important;
  height: auto !important;
  line-height: 1.2 !important;
  padding: 14px 18px !important;
  text-align: center !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}
@media (max-width: 768px) {
  .template-cro .gform_wrapper {
    padding: 4px 12px 12px;
  }
  .template-cro .gform_wrapper .gform_heading {
    margin-bottom: 10px !important;
  }
  .template-cro .gform_wrapper .gform_title,
  .template-cro .gform_wrapper .gform_description {
    margin-bottom: 8px !important;
  }
  .template-cro .gform_wrapper .gform_body,
  .template-cro .gform_wrapper .gform-body,
  .template-cro .gform_wrapper .gform_page,
  .template-cro .gform_wrapper .gform_page_fields,
  .template-cro .gform_wrapper .gform_fields {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
  }
  .template-cro .gform_wrapper .gfield {
    margin-bottom: 10px !important;
  }
  .template-cro .gform_wrapper .gform_fields > .gfield:last-child {
    margin-bottom: 0 !important;
  }
  .template-cro .gform_wrapper .gform_page_footer,
  .template-cro .gform_wrapper .gform-page-footer,
  .template-cro .gform_wrapper .gform_footer {
    margin-top: 10px !important;
    padding-top: 0 !important;
  }
  /* Inactive GF pages must not reserve vertical space */
  .template-cro .gform_wrapper .gform_page:not(:first-child) {
    min-height: 0 !important;
  }

  .template-cro .cro-logo-bar {
    padding-top: 10px;
    padding-bottom: 14px;
  }
  .template-cro > .container {
    padding-top: 16px;
  }
  .cro-progress {
    margin-bottom: 16px;
  }
  .cro-progress-steps {
    max-width: 260px;
  }
  .cro-progress-step-dot {
    width: 24px;
    height: 24px;
    font-size: 11px;
  }
  .template-cro .cro-logo-link img {
    height: 40px;
  }
  .template-cro .cro-header-row {
    gap: 12px;
  }
  .template-cro .cro-header-row .cro-award-badge-link {
    display: none !important;
  }
}
