.information-banner-container {
    background-color: var(--color-content-primary);
    width: 100%;
    flex: 1;
    display: flex;
    color: white;
    justify-content: center;
    height: 40px;
    align-items: center;
    text-align: center;
    display: block;
}
.site-msg.information {
    display: none;
}
