#top-marquee {
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    font-size: 14px;
    overflow: hidden;
    z-index: 9;
    position: relative;
}
#top-marquee marquee {
    height: 100%;
    line-height: 50px;
    font-weight: 600;
    grid: auto / auto-flow max-content;
    /* justify-content: center; */
    display: grid;
    overflow: hidden;
}

#top-marquee marquee p{
    display: inline-block;
}

#top-marquee marquee a{
    color: #fff;
    line-height: 50px;
    text-decoration: underline;
}

#top-marquee .marquee-gap{
    width: 150px;
}
