.pp-toggle {
    font-size: 22px;
    font-weight: bold;
    margin-left: 12px;
    color: #0073aa;
}
.pp-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
}
.pp-download a {
    display: inline-block;
    margin-top: 10px;
    background: #0073aa;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
}
.pp-download a:hover {
    background: #005177;
}
