.portal-warning,
.portal-warning-spacer {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    padding: 7px 16px;
    background: #c1121f;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    overflow-wrap: anywhere;
}

.portal-warning {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2050;
    width: auto;
}

.portal-warning-spacer {
    visibility: hidden;
    pointer-events: none;
    user-select: none;
}
