    .ticker-alert {
      min-height: 2.5rem;
      display: flex;
      align-items: center;
      font-weight: 500;
      font-size: 1rem;
      transition: opacity 0.5s ease;
    }
    .fade-out {
      opacity: 0;
    }
