.print-results-wrapper {
    display: none;
    margin: 2em auto;
    text-align: center;
    max-width: 400px;
}

.print-results-cta {
    border-radius: 20px;
    background-color: #019e7c;
    color: #fff;
    box-shadow: none;
    text-transform: none;
    font-family: inherit;
    font-weight: 800;
    font-size: .75em;
    text-align: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    text-shadow: none;
    border: 0;
    opacity: 1;
    transition: opacity .3s ease;
    white-space: normal;
    justify-content: center;
    height: auto;
    padding: 1em;
    line-height: 1.25em;
    width: auto;
    display: flex;
    margin-bottom: 1em;
    cursor: pointer;
}

.print-results-steps {
    font-size: 0.8rem;
    color: #666;
    text-align: center;
    margin: 0 auto;
    line-height: 1.5;
}

[class*="ld-quiz-result-"]+.print-results-wrapper/* , .wpProQuiz_content+.print-results-wrapper */ {
    display: block;
}

@media print {

    .wpProQuiz_quiz,
    .wpProQuiz_listItem {
        display: block !important;
    }

    #main-header,
    .post-details,
    #main-footer {
        display: none !important;
    }
}