/* Online Players List */
.online-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #4caf50;
    box-shadow: 0 0 6px rgba(76, 175, 80, 0.8);
    margin-right: 8px;
}
