#erfrecht-quiz {
    max-width: 800px;
    margin: 20px auto;
    padding: 30px 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-image: linear-gradient(rgb(235, 246, 247), white);
    overflow:hidden;
}
#erfrecht-quiz h2 { font-size:1.7em!important; margin-top:0; }
#erfrecht-quiz h3 { font-size: 1.2em; margin-bottom: 40px; }
#erfrecht-quiz button.quiz-btn {
    color: #0073aa !important;
    border: 2px solid #0073aa !important;
    background-color: #ffffff !important;
    border-radius: 25px !important;
    padding: 7px 18px !important;
    margin-right:5px;
    cursor:pointer;
}
#erfrecht-quiz button.quiz-btn:hover {
    background-color:#0073aa!important;
    color:#ffffff!important;
}
#erfrecht-quiz button.quiz-btn-back {
    margin-top:1rem;
    font-size: 0.9em;
    cursor: pointer;
    border: none!important;
    color: #0073aa!important;
    float:right;
    background-color:#ffffff;
    border-radius:25px;
    border:2px solid #0073aa;
}
#erfrecht-quiz .quiz-link {
    display: inline-block;
    color: #501b65;
    background-color:#fab600;
    border-radius: 25px;
    padding: 7px 55px 7px 18px;
    text-decoration:none;
    background-image: url(/wp-content/uploads/2024/02/pijl-rechts-paars.png) !important;
    background-repeat: no-repeat !important;
    background-position: center right 18px !important;
}
#erfrecht-quiz .quiz-link:hover {
    color: #ffffff;
    background-color:#501b65;
    background-image: url(/wp-content/uploads/2024/02/pijl-rechts-wit.png) !important;
    background-repeat: no-repeat !important;
    background-position: center right 18px !important;
}
#erfrecht-quiz .quiz-resultaat {margin-bottom:20px;}
#erfrecht-quiz .quiz-antwoord { margin-bottom: 30px; }
#erfrecht-quiz .quiz-btn-ignore {
    float:right;
    color: #0073aa;
    background-color: #fff;
    border-radius: 25px;
    border:2px solid #0073aa;
    padding: 9px 18px;
    text-decoration:none;
}
#erfrecht-quiz .quiz-btn-ignore:hover {
    background-color:#0073aa;
    color:#fff;
}
