:host {
    ::ng-deep {
        nb-alert {
            margin-bottom: 0;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }
        nb-card {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }
        nb-card-body {
            white-space: pre;
        }
    }
}