.wwp-pdf-wrap {
    width: 100%;
}

.wwp-pdf-topbar {
    margin-bottom: 10px;
}

.wwp-download {
    display: inline-block;
    padding: 8px 14px;
    background: #84bd00;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

.wwp-pdf-pages {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.wwp-pdf-pages canvas {
    width: 100%;
    height: auto;
    display: block;
}