#gnu-notification-bar {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 48px;
    padding: 0.5em 2.5em 0.5em 1em;
    box-sizing: border-box;
    font-size: 1.1em;
    transition: top 0.3s;
    text-align: left;
}

#gnu-notification-bar .dashicons {
    font-size:1.1em;
    width:1.1em;
    height:1.1em;
}

.admin-bar #gnu-notification-bar {
    top: 0;
}
@media screen and (max-width: 782px) {
    .admin-bar #gnu-notification-bar {
        top: 46px;
    }
}
#gnu-notification-bar button#gnu-notification-bar-close {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: inherit;
    font-size: 1.5em;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}
body.gnu-notification-bar-active {
    padding-top: 48px !important;
}
.admin-bar body.gnu-notification-bar-active {
    padding-top: 80px !important;
}
@media (max-width: 600px) {
    #gnu-notification-bar {
        font-size: 1em;
        min-height: 40px;
        padding: 0.5em 2em 0.5em 0.5em;
    }
    #gnu-notification-bar button#gnu-notification-bar-close {
        right: 0.5em;
    }
    body.gnu-notification-bar-active {
        padding-top: 40px !important;
    }
    .admin-bar body.gnu-notification-bar-active {
        padding-top: 86px !important;
    }
}
