.announce-bar-4-area {
    width: 100%;
}

.simple-marquee-box-4 {
    position: relative;
    margin: 5px 0;
    padding: 1.2rem 10px;
    overflow: hidden;
    border-radius: 0;
    background-color: var(--FORM_BG);
}

.simple-marquee-box-4 .marquee-sibling {
    height: 100%;
    padding: 5px 15px;
    font-size: var(--SUBHEADER_FONT_SIZE);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    z-index: 1;
    color: var(--TXT_COLOR_1);
    background-color: var(--FORM_BG);
}

.simple-marquee-box-4 .marquee,
.simple-marquee-box-4 *[class^="marquee"] {
    position: absolute;
    display: inline-block;
    white-space: nowrap;
}

.simple-marquee-box-4 .marquee-content-items {
    position: relative;
    display: flex;
    margin: 0;
    padding: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: var(--REG_FONT_WEIGHT);
    color: var(--TXT_COLOR_1);
    list-style: none;
}

.simple-marquee-box-4 .marquee-content-items li:after {
    content: "|";
    margin: 0 1rem;
    opacity: 0.5;
}