/* Style for the custom download button */
.custom-download-button {
  background: transparent; /* Make background transparent */
  border: none;            /* Remove borders */
  padding: 0;              /* Remove padding */
  cursor: pointer;         /* Change cursor to pointer on hover */
}
