.sitewide-notice {
    //position: fixed;
    //top: 0;
    width: 100%;
    padding: 15px 50px 15px 20px;
    text-align: center;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    transition: top 0.3s ease;
}

.sitewide-notice .notice-text {
    flex: 1;
}

.sitewide-notice .notice-close {
    background: #fff;
    font-size: 24px;
    color: inherit;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 18px;
    margin-top: 0 !important;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border: 1px solid #000 !important;
    text-align: center;
    padding: 7px;
}