.NotificationBanner {
    height: auto;
    flex-direction: column;

    .Alert {
        width: 100%;
        border-radius: 0;

        &-body {
            flex-direction: row;
        }

        &-text {
            flex: 1 1 0%;
        }
    }
}
