.elementor-292 .elementor-element.elementor-element-1447a12{--display:flex;--min-height:350px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}#elementor-popup-modal-292{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-292 .dialog-message{width:450px;height:auto;padding:50px 25px 25px 25px;}#elementor-popup-modal-292 .dialog-close-button{display:flex;}#elementor-popup-modal-292 .dialog-widget-content{border-radius:15px 15px 15px 15px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-a719b27 */div#question {
    font-family: Sen;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 50px;
}

button.answer {
    background-color: #FFC945;
    border: 2px solid #FFC945;
    border-radius: 35px;
    color: #000;
    font-family: Sen;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
}

button.answer:hover {
  color: #FFC945;
  background-color: #fff;
}

#buttons {
  display: flex !important; 
  justify-content: space-between !important; 
  gap: 20px !important; 
  margin-top: 50px !important;
}

#buttons .answer {
  width: 45% !important; 
}

#feedback {
  height: 100px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
#feedback img {
  max-height: 80px;
}

button#next {
    padding: 0px;
    border: 0px;
    color: #000;
    font-family: 'Sen';
    width: 100%;
    text-align: center;
    margin-top: 25px;
    font-size: 20px;
    text-decoration: underline;
}

button#next:hover,
button#next:focus, 
button#next:active {
    background-color: transparent;
}


/* Result Styles */

div#result-3,
div#result-2,
div#result-1 {
    text-align: center;
}

.imgResult {
    display: block;
    text-align: center !important;
    margin: 0px auto;
}

span.resultTitleDescription {
    font-family: 'Sen';
    font-size: 22px;
    font-weight: 600;
    margin-top: 25px;
    display: inline-block;
    margin-bottom: 0px !important;
}

h3.resultTitle {
    margin: 0px 0px 30px 0px;
    font-family: 'Sen';
    font-size: 35px;
    font-weight: 600;
    color: #293896;
}

p.resultDesc {
    font-family: 'Sen';
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}/* End custom CSS */