.offerte-container {
	margin-top: 65px;
}

#gform_7 {
	max-width: 575px;
	input[type="text"], 
	input[type="tel"], 
	input[type="email"], 
	textarea {
		background: #ebebeb!important;
		border-color: #ebebeb!important;
		box-shadow: none!important;
		appearance: textfield;
		-moz-appearance: textfield;
		-webkit-appearance: textfield;
		height: 3.25rem;
		border: 0!important;
	}
	textarea {
		height: 192px!important;
	}
	input[type=submit] {
		background: #1d823a!important;
		color: #fff!important;
		font-size: 1rem!important;
		font-weight: 600!important;
	}
	.charleft  {
		padding-top: 0!important;
	}
}

@media (max-width: 768px) {

    .offerte-questions-wrapper {
        float: none;
        width: auto;
    }
    .offerte-summary-sidebar {
        float: none;
        width: auto;
        padding-left: 0;
        position: relative;
        top: inherit;
    }

    .offerte-question {
        position: relative;
        margin-bottom: 35px;
        .question_number {
            position: absolute;
            left: 0;
            top: 0;
            padding: 0 10px;
            .name {
                display: none;
            }
        }
        .the_question {
            padding-left: 50px;
            font-size: 1.3rem;
        }
        ul.answers {
            margin-top: 25px;
            gap: 10px;
            grid-template-columns: repeat(1, 1fr)!important;
            &.columns-2,
            &.columns-3,
            &.columns-4 {
                grid-template-columns: repeat(1, 1fr)!important;
            }
            li {
                margin-bottom: 0;
                label {
                    padding: 15px;
                    &.type_voor {
                        padding: 15px;
                    }
                    .answer_title {
                        font-size: 1.1rem;
                        &.has_img_left {
                            padding-left: 0;
                        }
                        &.has_img_above {
                            display: inline-block;
                            vertical-align: middle;
                            width: auto;
                        }
                    }
                    .answer_img {
                        max-width: 50px!important;
                        width: 50px;
                        max-height: 50px!important;
                        height: 50px;
                        margin: 0 17px 0 0!important;
                        &.boven {
                            display: inline-block;
                            vertical-align: middle;
                        }
                    }
                }
            }
        }
    }

    .offerte-question[data-question="result"] {
        #summary-container {
            padding: 10px 0 0 0;
        }
        #score-text {
            ul:not(:empty) {
                padding: 20px;
                margin: 10px 0 15px;
                background: #f5f3ed;
                li {
                    border: 0;
                }
            }
            #reset-form-btn {
                top: -10px;
                right: 10px;
            }
        }
        #add-new-set {
            padding: 0 18px;
			width: calc(100% - 45px);
        }
    }

    .summary-set {
        padding: 20px;
        margin: 0 0 25px;
        .remove-set {
            top: -10px;
            right: 10px;
        }
        ul {
            li {
                display: block!important;
                line-height: 25px;
                margin: 0 0 10px;
                strong {
                    display: block!important;
                    width: 100%;
                }
            }
        }
    }

}