.lw { font-size: 60px; font-family: Arial, Helvetica, sans-serif; }a/* Small addition to keep the counter looking tactical */
        .visitor-stat-wrap {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 5px;
            margin-left: 20px;
            padding-left: 20px;
            border-left: 1px solid var(--border);
        }
        .visitor-label {
            font-size: 8px;
            color: var(--neon);
            opacity: 0.8;
            letter-spacing: 1px;
        }
        .counter-box {
            filter: hue-rotate(140deg) brightness(1.2) contrast(1.2); /* Adjusts the gif color to match your neon theme */
            display: flex;
            align-items: center;
        }