.is-style-button-download a::after {
    background-image: url('data:image/svg+xml,<svg width="18" height="20" viewBox="0 0 18 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 17.5H18V19.5H0V17.5ZM10 11.672L16.071 5.6L17.485 7.014L9 15.5L0.515 7.015L1.929 5.6L8 11.673V0.5H10V11.672Z" fill="black"/></svg>');
    width: 18px;
    height: 19px;
    content: "";
    background-repeat: no-repeat;
    scale: 1.1;
}

.is-style-button-download-small a::after {
    background-image: url('data:image/svg+xml,<svg width="18" height="20" viewBox="0 0 18 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 17.5H18V19.5H0V17.5ZM10 11.672L16.071 5.6L17.485 7.014L9 15.5L0.515 7.015L1.929 5.6L8 11.673V0.5H10V11.672Z" fill="black"/></svg>');
    width: 18px;
    height: 19px;
    content: "";
    background-repeat: no-repeat;
}

.is-style-button-download {
    width: 100%;
}

.is-style-button-download a {
   text-align: left;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: center;
   gap: 1rem;
   width: 100%;

}

.is-style-button-download-small a {
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    gap: 1rem;
    width: 100%;
}