.fomo-notification {
    position: fixed;
    left: 20px;
    background: #ff9800;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: none;
    z-index: 9999;
}

/* Posizionamento in alto a sinistra */
.fomo-notification.top {
    top: 20px;
}

/* Posizionamento in basso a sinistra */
.fomo-notification.bottom {
    bottom: 20px;
}
