
.juanews-ticker-wrap{
  width:100%;
  background:#0b0f14;
  color:#fff;
  border-top:2px solid #E10600;
  border-bottom:1px solid rgba(255,255,255,.10);
  position:relative;
  z-index:9998;
}
.juanews-ticker-inner{
  display:flex;
  align-items:center;
  gap:12px;
  padding:10px 18px;
  overflow:hidden;
}
.juanews-ticker-label{
  background:#E10600;
  color:#fff;
  font-weight:900;
  font-size:12px;
  letter-spacing:.6px;
  padding:6px 10px;
  border-radius:2px;
  flex:0 0 auto;
  text-transform:uppercase;
}
.juanews-ticker-track{
  flex:1 1 auto;
  overflow:hidden;
  white-space:nowrap;
  will-change:transform;
}
.juanews-ticker-marquee{
  display:inline-flex;
  align-items:center;
  gap:10px;
  will-change:transform;
}
.juanews-ticker-item{
  color:#fff;
  text-decoration:none;
  font-weight:700;
  font-size:13px;
  opacity:.95;
}
.juanews-ticker-item:hover{
  opacity:1;
  text-decoration:underline;
}
.juanews-ticker-sep{opacity:.55}
@media (max-width: 768px){
  .juanews-ticker-inner{padding:8px 12px}
  .juanews-ticker-label{font-size:11px;padding:5px 8px}
  .juanews-ticker-item{font-size:12px}
}
