.gaming-news-ticker-5308fc33 {
  display: flex;
  background-color: #0d0d12;
  border: 2px solid #00f3ff;
  border-radius: 8px;
  overflow: hidden;
  font-family: Tahoma, 'Segoe UI', sans-serif;
  color: #ffffff;
  margin: 20px 0;
  direction: rtl;
  word-spacing: 4px;
  letter-spacing: 0.5px;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 243, 255, 0.4), inset 0 0 10px rgba(0, 243, 255, 0.2);
}

.gaming-news-ticker-5308fc33.has-rgb-5308fc33 {
  animation: rgb-glow-5308fc33 8s linear infinite;
}

.ticker-label-5308fc33 {
  background: linear-gradient(90deg, #00f3ff, #0088ff);
  color: #000000;
  font-weight: bold;
  padding: 12px 25px;
  font-size: 16px;
  z-index: 2;
  box-shadow: -5px 0 15px rgba(0, 243, 255, 0.5);
  white-space: nowrap;
}

.gaming-news-ticker-5308fc33.has-rgb-5308fc33 .ticker-label-5308fc33 {
  animation: rgb-bg-5308fc33 8s linear infinite;
}

.ticker-content-5308fc33 {
  flex: 1;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.ticker-text-5308fc33 {
  white-space: nowrap;
  animation: ticker-scroll-5308fc33 25s linear infinite;
  padding-right: 100%;
  font-size: 15px;
}

.gaming-news-ticker-5308fc33.has-blur-5308fc33 .ticker-text-5308fc33 {
  animation: ticker-scroll-blur-5308fc33 25s linear infinite;
}

.ticker-text-5308fc33:hover {
  animation-play-state: paused;
}

@keyframes ticker-scroll-5308fc33 {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

@keyframes ticker-scroll-blur-5308fc33 {
  0% { 
    transform: translateX(100%);
    filter: blur(0px);
  }
  10% {
    filter: blur(1.5px);
  }
  90% {
    filter: blur(1.5px);
  }
  100% { 
    transform: translateX(-100%);
    filter: blur(0px);
  }
}

@keyframes rgb-glow-5308fc33 {
  0%, 100% {
    border-color: #00f3ff;
    box-shadow: 0 0 15px rgba(0, 243, 255, 0.4), inset 0 0 10px rgba(0, 243, 255, 0.2);
  }
  33% {
    border-color: #ff007f;
    box-shadow: 0 0 15px rgba(255, 0, 127, 0.4), inset 0 0 10px rgba(255, 0, 127, 0.2);
  }
  66% {
    border-color: #9d00ff;
    box-shadow: 0 0 15px rgba(157, 0, 255, 0.4), inset 0 0 10px rgba(157, 0, 255, 0.2);
  }
}

@keyframes rgb-bg-5308fc33 {
  0%, 100% {
    background: linear-gradient(90deg, #00f3ff, #0088ff);
  }
  33% {
    background: linear-gradient(90deg, #ff007f, #ff00ff);
  }
  66% {
    background: linear-gradient(90deg, #9d00ff, #00f3ff);
  }
}
