#announcementBanner {
    position: relative;
    color: white;
    background: #7856ff;
    line-height: 1.4;
    z-index: 2;
}
.announcementBanner__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0px;
    text-align: center;
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    /* font-weight: 300; */
    font-size: 0.9rem;
}

.announcementBanner__container button {
    all: unset;
    cursor: pointer;
}

.announcementBanner__container a {
    font-weight: 600;
    text-decoration: underline;
    display: inline-block;
    /* margin-left: 8px; */
    color: white;
}