/* Announcement */

.wg-announcements {
    width: 100%;
    max-width: 100%;
    height: 32px;
    top: 0;
    margin: 0;
    z-index: 999; /* Above everything to stay on top */
    overflow: hidden;
}
.wg-announcement {
    background-color: #000000;
    width: 100%;
    height: 100%;
    font-family: "Inter";
    font-size: 10px;
    font-weight: 800;
    line-height: 16px;
    color: white;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.wg-announcement strong {
    color: #FFEF61;
    font-weight: 800;
}

.wg-announcement p {
    margin:0;
}
