/**
 * PRIMARY NAVIGATION
 *
*/
@layer components {
    .rtds-footer {
        @apply rtds-mt-auto rtds-background-02;
    }

    /*.rtds-footer__navigation-row {
        @apply ;
    }*/

    .rtds-footer__bottom-bar {
        @apply rtds-border-t rtds-border-gray-01 rtds-bg-white rtds-py-6 md:rtds-py-0;
    }

    /*.rtds-footer__bottom-bar-right {
        @apply;
    }*/
}