<style>
   .wildApricot-forms-question-label {
       color: #A8B9A5;
   }
</style>
<style>
   /* Change the font color of the question labels to sage green */
   .wildApricot-forms-question-label {
       color: #A8B9A5 !important;
   }

   /* Target specific questions based on their labels */
   .wildApricot-forms-question-label:contains("Neighborhood") {
       color: #A8B9A5 !important;
   }
   .wildApricot-forms-question-label:contains("What's your role in the Live Events Industry?") {
       color: #A8B9A5 !important;
   }
   .wildApricot-forms-question-label:contains("Rate this from top to bottom") {
       color: #A8B9A5 !important;
   }
   .wildApricot-forms-question-label:contains("Where do you usually network?") {
       color: #A8B9A5 !important;
   }
   .wildApricot-forms-question-label:contains("Which of these events would you have interest in attending?") {
       color: #A8B9A5 !important;
   }
   .wildApricot-forms-question-label:contains("What's your vibe at a networking event?") {
       color: #A8B9A5 !important;
   }
   .wildApricot-forms-question-label:contains("How'd you hear about us?") {
       color: #A8B9A5 !important;
   }

   /* If you want to change the placeholder text color */
   .wildApricot-forms-field input::placeholder {
       color: #A8B9A5 !important;
   }

   /* If you want to change the text color inside input fields */
   .wildApricot-forms-field input {
       color: #A8B9A5 !important;
   }
</style>
<style>
   /* Change the font color of the question labels to sage green */
   .wildApricot-forms-question label {
       color: #A8B9A5 !important;
   }

   /* Change the font color for the answer text in multiple choice fields */
   .wildApricot-forms-field input,
   .wildApricot-forms-field select {
       color: #A8B9A5 !important;
   }

   /* If you want to change the placeholder text color */
   .wildApricot-forms-field input::placeholder {
       color: #A8B9A5 !important;
   }
</style>