﻿.everlight-firefly {
    position: fixed;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #f2dc9b;
    box-shadow: 0 0 4px rgba(242, 220, 155, .95), 0 0 9px rgba(233, 196, 106, .65), 0 0 18px rgba(233, 196, 106, .25);
    pointer-events: none;
    z-index: 9999;
    opacity: 0;
    transition: left 3s ease-in-out, top 3s ease-in-out, opacity 1.5s ease-in-out;
}
