/* File: wp-content/plugins/lua-text-ticker-elementor/assets/style.css */
/* LUA – Texto Banner / Ticker */
.lua-ticker { position: relative; overflow: hidden; width: 100%; }
.lua-ticker__track { display: inline-block; white-space: nowrap; will-change: transform; animation: lua-ticker var(--lua-ticker-duration, 20s) linear infinite; animation-direction: var(--lua-ticker-direction, normal); }
.lua-ticker__item, .lua-ticker__sep { display: inline-block; white-space: nowrap; }
.lua-ticker__sep { margin: 0 20px; }

@keyframes lua-ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
