.survey-topic {
    display: block;
    overflow: hidden;
}
.survey-topic:not(:first-child) {
    margin-top: 20px;
}
.survey-topic h2 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5;
}

.swal2-styled.swal2-confirm {
    border-radius: 2px !important;
    background-color: #218ACB !important;
    font-size: 14px !important;
    height: 38px;
    line-height: 38px;
    padding: 0 40px;
}
.swal2-styled.swal2-cancel {
    border-radius: 2px !important;
    font-size: 14px !important;
    height: 38px;
    line-height: 38px;
    padding: 0 40px;
}

.form-suggestions {
    width: 100%;
    min-width: 320px;
    max-width: 480px;
}