.angie-announcement-bar-65f13391 {
    background-color: #222222;
    color: #ffffff;
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    font-family: sans-serif;
    position: relative;
    z-index: 999999;
    width: 100%;
}

.angie-announcement-bar-65f13391 .angie-announcement-bar-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.angie-announcement-bar-65f13391 .angie-announcement-bar-close {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    line-height: 1;
    padding: 0;
}

.angie-announcement-bar-65f13391 .angie-announcement-bar-close:hover {
    opacity: 0.8;
}