.site-msg.information {
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    border-radius: 0 !important;
    z-index: 999 !important;
    background: linear-gradient(90deg, #E8417A 0%, #F07B2A 50%, #FFD700 100%) !important;
    padding: 10px 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: unset !important;
    order: -1 !important;
    box-sizing: border-box !important;
}

.site-msg.information .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.site-msg.information .text {
    line-height: 1.4;
    text-align: center;
}

.site-msg.information .text span,
.site-msg.information .text a {
    color: #000000 !important;
    font-size: 16px !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

/* Ikona "i" v kolečku - pryč */
.site-msg.information .icon,
.site-msg.information .ico,
.site-msg.information svg:not(.close svg),
.site-msg.information .container > svg {
    display: none !important;
}
