.elementor-51558 .elementor-element.elementor-element-479ea64{--display:flex;}/* Start custom CSS */<!-- QUESTION 1 -->

<style>
  .ms-funnel { max-width: 720px; margin: 0 auto; }
  .ms-progress { font-size: 14px; opacity: .8; margin-bottom: 10px; }
  .ms-question { font-size: 28px; line-height: 1.15; margin: 0 0 10px; }
  .ms-instruction { font-size: 16px; opacity: .85; margin-bottom: 16px; }
  .ms-answers { display: grid; gap: 12px; }

  .ms-answer {
    width: 100%;
    display: block;
    padding: 16px 18px;
    font-size: 18px;
    line-height: 1.25;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.12);
    background: #ffffff;
    cursor: pointer;
    text-align: left;
    transition: transform .08s ease, box-shadow .08s ease;
  }
  .ms-answer:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(0,0,0,.08); }
  .ms-answer:active { transform: translateY(0); box-shadow: none; }
  .ms-answer.is-selected { opacity: .85; }
</style>

<div id="ms-funnel" class="ms-funnel" data-funnel="jazz-intake-v1">
  <div class="ms-progress">Question 1 of 4</div>

  <h2 class="ms-question">
    When you’re improvising and something doesn’t feel right, what are you mainly focused on in that moment?
  </h2>

  <div class="ms-instruction">Choose one</div>

  <div class="ms-answers">
    <button
      type="button"
      class="ms-answer"
      data-key="q1"
      data-value="Calculating or correcting notes, scales, or harmony"
      data-next="https://musicsavvy.com/question-2"
      onclick="return msFunnelAnswer(this, event)">
      Calculating or correcting notes, scales, or harmony
    </button>

    <button
      type="button"
      class="ms-answer"
      data-key="q1"
      data-value="Hearing ideas clearly but struggling to get them onto my instrument"
      data-next="https://musicsavvy.com/question-2"
      onclick="return msFunnelAnswer(this, event)">
      Hearing ideas clearly but struggling to get them onto my instrument
    </button>

    <button
      type="button"
      class="ms-answer"
      data-key="q1"
      data-value="Worrying about time, feel, or losing my place in the tune"
      data-next="https://musicsavvy.com/question-2"
      onclick="return msFunnelAnswer(this, event)">
      Worrying about time, feel, or losing my place in the tune
    </button>

    <button
      type="button"
      class="ms-answer"
      data-key="q1"
      data-value="Feeling tense or disconnected rather than expressive"
      data-next="https://musicsavvy.com/question-2"
      onclick="return msFunnelAnswer(this, event)">
      Feeling tense or disconnected rather than expressive
    </button>
  </div>
</div>/* End custom CSS */