/*
    Hide the Filament download button texts.
    @see https://github.com/markatsdp/owl-pay-filament/issues/172
    @see app/Filament/Exports/TransactionExporter.php
*/
.fi-modal .fi-modal-window a span {
    display: none;
}