.org-absences-overview {
    .wrap-heading {
        @apply md:flex md:flex-row md:items-center md:gap-6 mb-7;

        .atm-heading {
            @apply md:mb-0;
        }

        .filter-year {
            @apply flex flex-nowrap gap-4 items-center;
            @apply ml-auto;
        }
    }

    .mol-absences-card {
        @apply mb-8;
    }
}
