.mol-footer-utils {
    ul {
        @apply flex flex-wrap;

        li {
            @apply whitespace-nowrap text-xs sm:text-sm;

            .atm-link {
                @apply text-gray hover:text-cta;
                @apply no-underline hover:underline;
            }

            &::before {
                content: '•';
                @apply mx-2;
            }
        }
    }
}
