.atm-link {
    @apply inline-flex no-underline text-red;

    .atm-icon {
        @apply self-center;
    }

    .atm-icon + .text,
    .text + .atm-icon {
        @apply ml-1;
    }

    &:hover {
        .text {
            @apply underline;
        }
    }
}
