.alert-banner {
    @apply bg-red p-3 w-full;

    .icon {
        @apply flex items-center mr-2;
    }
}
