.product-download-instructions__button a{
    min-width: 100%;
    font-size: 1.75rem;
    gap: 2rem;
    transition: none;
}
.product-download-instructions__button a:hover,
.product-download-instructions__button a:focus{
    background-color: transparent;
    color: var(--c-primary);
}
.product-download-instructions__button svg{
    max-width: 25px;
}
.product-download-instructions__button a:hover svg,
.product-download-instructions__button a:focus svg{
    fill: var(--c-primary);
}