/* Hide the "DOWNLOAD PDF" label above the download button */
.woocommerce-MyAccount-downloads td.download-file::before,
.woocommerce-table--order-downloads td.download-file::before,
.woocommerce table.shop_table td.download-file::before,
td.download-file::before {
    content: none !important;
    display: none !important;
}