.marquee__content{--gap:1rem;align-items:center;display:flex;flex-shrink:0;gap:var(--gap);margin:0;min-width:100%}.notification-top-bar a{background:#fff;border-radius:3px;color:#000;cursor:pointer;font-weight:700;padding:0 10px;text-decoration:none}@media only screen and (max-width:768px){.marquee__content{--gap:1rem;-webkit-animation:scroll 17s linear infinite;-ms-animation:scroll 17s linear infinite;animation:scroll 17s linear infinite;gap:var(--gap)}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-100% - var(--gap)))}}}