@import '../../common/styles/media/_screen';
@import '../../common/styles/_layers';
@import '../../common/styles/_notification-variables';

.bloko-notification-manager {
    box-sizing: border-box;
    position: fixed;
    top: @notification-manager-offset-xs;
    right: 0;
    z-index: @overlay-content;
    width: 100%;
    height: 0;

    @media @screen-gt-xs {
        width: auto;
        top: @notification-manager-offset;
    }
}
