/*
 Info prouzek
 */
.site-msg.information {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    max-width: 100%;
    font-weight: 500;
    background: var(--site-msg-background)!important;
    color: var(--site-msg-color)!important;
    font-size: 15px;
    padding: 15px;
}
.site-msg .close {
    display: none;
}
