.i10-ticker-banner {
  width: 100%;
  background: #1a1c24;
  border-bottom: 1px solid #2d3039;
  font-family: "Roboto", "Poppins", Arial, sans-serif;
  position: relative;
  z-index: 30;
}

.ft-hero-shell {
  position: relative;
}

.ft-hero-shell #ft-header.ft-header-section.header-style-three {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.ft-hero-shell .ft-slider-section-3 {
  position: relative;
}

.i10-ticker-banner__header {
  display: none;
}

.i10-ticker-banner__brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f5f5f4;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.i10-ticker-banner__brand img {
  height: 18px;
  width: auto;
  display: block;
}

.i10-ticker-banner__brand:hover {
  color: #00cc9b;
}

.i10-ticker-banner__updated {
  color: #9ca3af;
  font-size: 11px;
  white-space: nowrap;
}

.i10-ticker-banner__viewport {
  overflow: hidden;
  white-space: nowrap;
}

.i10-ticker-banner__track {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
  animation: i10-ticker-scroll 45s linear infinite;
}

.i10-ticker-banner__track:hover {
  animation-play-state: paused;
}

.i10-ticker-banner__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: 12px;
  padding: 8px 12px;
  background: #24262e;
  color: #f5f5f4;
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
  transition: background-color 0.2s ease;
}

.i10-ticker-banner__item:hover {
  background: #2f323c;
  color: #f5f5f4;
}

.i10-ticker-banner__symbol {
  font-weight: 700;
  text-transform: uppercase;
}

.i10-ticker-banner__price {
  color: #e5e7eb;
}

.i10-ticker-banner__variation--up {
  color: #00cc9b;
  font-weight: 600;
}

.i10-ticker-banner__variation--down {
  color: #ef4444;
  font-weight: 600;
}

.i10-ticker-banner__loading {
  padding: 10px 16px;
  color: #9ca3af;
  font-size: 12px;
}

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

@media (max-width: 767px) {
  .i10-ticker-banner__track {
    animation-duration: 60s;
  }
}
