﻿.real-time-visitors {
    
    bottom: 20px;
    right: 60px;
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    color: white;
    padding: 15px;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
    text-align: center;
    min-width: 120px;
}

.live-count {
    font-size: 24px;
    font-weight: bold;
    margin: 5px 0;
}

.live-label {
    font-size: 12px;
    opacity: 0.9;
}

.live-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #00ff00;
    border-radius: 50%;
    margin-right: 5px;
    animation: blink 1.5s infinite;
}