.add-course-unit {
    @apply p-8 bg-white md:bg-gray-300 border border-gray-900 border-t-gray-100;
    @apply flex flex-col lg:items-center lg:flex-row gap-4 lg:gap-8;

    &.white {
        @apply bg-white;
    }
    .atm-link {
        @apply text-green;

        .text {
            @apply underline;
        }
    }
}
