/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
/* Change main question text color */
.question-text {
    color: #e9ecef !important;  /* Choose your desired color */
}

/* Change bullet color */
ul li::marker {
  color: #83B7D6; /* Choose any color code you want */
}

/* Changing line spacing for the survey body text */
body {
  line-height: 1.4;  /* Adjust value as needed; 1.6–2 is common for readability */
}

.survey-welcome {
  line-height: 1.4;     /* Increases the vertical space between lines */
}

/* Changing the Questionbox Help text color */
.ls-question-message.ls-em-tip.em_default {
  color: #CEDCE9;
}
