pdf-link {
    width: 200px;

    & img {
        max-width: 100%;
    }

    &::part(img) {
        max-width: 100%;
    }
}