.aw-download-link {
    @apply inline-flex items-center whitespace-no-wrap;

    i {
        @apply text-left;
        font-style: inherit !important;
    }

    &--disabled {
        @apply cursor-wait;
        text-decoration: none !important;
    }
}
