/* Force collapse all vertical gaps between questions */
.question-container {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/* Remove spacing inside the question container */
.question-title-container {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 28px !important;
    margin-bottom: 0px !important;
}

.answer-container {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

/* Target Bootstrap specific utility columns if using Fruity theme */
.space-col {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.question-title-container {
    margin-bottom: 1px !important;
}

.question-valid-container {
    margin-top: 1px  !important;
    margin-bottom: 1px  !important;
}