#info-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    background-color: #fafafa;
    z-index: 800;
    height: 52px;
}

#info-banner> :not(:first-child) {
    margin-left: 16px;
}

#info-banner a {
    color: inherit;
    text-decoration: underline;
}

#info-banner>#info-banner-msg {
    text-align: center;
}

#info-banner>#info-banner-msg>p {
    font-size: 14px;
}

@media (max-width: 600px) {
    #info-banner {
        height: 96px;
    }

    #info-banner> :not(:first-child) {
        margin-left: 8px;
    }
}