section.org-footer-edit {
    @apply bg-white shadow-2xl w-full pt-7 pb-5;
    @apply fixed bottom-0 left-0 z-10;

    .uhasselt-container {
        @apply flex flex-row gap-4 md:gap-6;
        @apply py-0;
    }

    .button-remove {
        @apply ml-auto;

        .atm-button .text {
            @apply hidden lg:inline-block;
        }
    }
}
