.quizprep-pdf-button-wrap {
    margin: 26px 0 4px;
}
.quizprep-pdf-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 17px;
    border: 2px solid #0875d1;
    border-radius: 6px;
    background: #0875d1;
    color: #fff !important;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    box-shadow: 0 2px 0 #045aa4;
    transition: background-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.quizprep-pdf-button:hover,
.quizprep-pdf-button:focus {
    background: #045fae;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 3px 0 #034a88;
}
.quizprep-pdf-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    color: #0875d1;
}
.quizprep-pdf-icon svg { width: 16px; height: 16px; fill: currentColor; }
