/*
Theme Name: EasyDataSec Child
Template: hello-elementor
Version: 2.8.1.1697305001
Updated: 2023-10-14 19:36:41

*/

.quick-check-form .result-options {
	display: none;
}

.quick-check-form .result-block p.quiz-result-points:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
	margin-right: 10px;
}

.quick-check-form .result-block.result-block-green p.quiz-result-points:before {
    background: #04b104;
}


.quick-check-form .result-block.result-block-yellow p.quiz-result-points:before {
    background: #ea660d;
}


.quick-check-form .result-block.result-block-red p.quiz-result-points:before {
    background: #ea0d0d;
}

.quick-check-form .result-block p.quiz-result-points {
    font-weight: 700;
    margin-bottom: 20px;
}

.quick-check-form .result-block span.points {
    font-size: 40px;
    color: var(--e-global-color-primary);
}

.quick-check-form .result-block p.headline {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
}

.quick-check-form  .data-protection-accept {
	border-top: 1px solid #efefef47;
    margin-top: 1rem;
    padding-top: 2rem;
}