.scrolling-container-continuous{position:fixed;bottom:0;left:0;width:100%;background-color:#2c3e50;color:#ecf0f1;overflow:hidden;z-index:1000;padding:10px 0;font-family:Arial,sans-serif;font-size:12px;font-weight:500;box-shadow:0 -2px 10px rgba(0,0,0,.15)}.scrolling-wrapper{overflow:hidden;white-space:nowrap}.scrolling-text-continuous{display:inline-block;animation:scrollContinuous 50s linear infinite;white-space:nowrap}.scrolling-text-continuous:hover{animation-play-state:paused}@keyframes scrollContinuous{0%{transform:translateX(0)}to{transform:translateX(-33.33%)}}