.mol-breadcrumbs {
    ol {
        @apply flex flex-wrap;

        li {
            @apply whitespace-nowrap flex items-center text-sm md:text-md;

            a {
                @apply underline;
            }
        }
    }

    .atm-icon {
        @apply mx-1 text-gray transform rotate-62;
    }
}
