/* ============================================================
   YOUMIND — Conditional Form Styles
   ============================================================
   WHERE TO ADD THIS:
   Appearance → Customize → Additional CSS
   or in your theme's stylesheet
   ============================================================ */

/* Smooth show/hide for the conditional section */
#ym-conditional-fields {
  transition: opacity 0.3s ease, max-height 0.3s ease;
}

#ym-conditional-fields[style*="display: none"] {
  opacity: 0;
}

/* Style the bespoke redirect link to match your submit button */
a.ym-lf-submit.ym-lf-submit--link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  /* Inherit your existing .ym-lf-submit styles automatically.
     Add overrides below only if the <a> needs different sizing: */
  /* padding: 16px 40px; */
  /* font-size: 14px; */
  /* letter-spacing: 0.1em; */
}

a.ym-lf-submit.ym-lf-submit--link:hover {
  opacity: 0.9;
}
.mscore-lf__cf7-wrap .ym-lf-field--stack label {
    margin-top: 15px !important;
}