/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.ey-survey-container {}

.ey-survey-form {}

.ey-survey-submit-container {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ey-survey-submit {}

.ey-survey-question {
    margin-top: 25px;
    margin-bottom: 5px;
}

.ey-survey-question-onechoice {
    margin-right: 10px;
}
.ey-survey-question-onechoice-label {}

.ey-survey-question-multiplechoice {
    margin-right: 10px;
}
.ey-survey-question-multiplechoice-label {}

.ey-survey-question-textreply {}

.ey-survey-question-onechoicecomment {
    margin-right: 10px;
}
.ey-survey-question-onechoicecomment-label {}
.ey-survey-question-onechoicecomment-comment {}

.ey-survey-question-shorttextreply {}

.ey-survey-question-rating {}
.ey-survey-question-rating-comment {
    margin-top: 10px;
}

.ey-survey-link-shortcode-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.ey-survey-link-shortcode-wrapper p {
    margin-bottom: 0 !important;
}
