.lnp-live-notification{
position:fixed;
bottom:20px;
left:20px;
background:#d60000;
color:#fff;
padding:12px 18px;
border-radius:6px;
z-index:99999;
opacity:0;
transform:translateY(20px);
transition:all .3s ease;
}

.lnp-live-notification.show{
opacity:1;
transform:translateY(0);
}

.lnp-live-badge{
background:#d60000;
color:#fff;
padding:4px 10px;
border-radius:4px;
font-weight:bold;
}

.lnp-live-header{
display:flex;
gap:10px;
align-items:center;
margin-bottom:15px;
}

.lnp-update{
border-right:4px solid #d60000;
padding:12px;
margin-bottom:12px;
background:#fff;
}

.lnp-update-time{
color:#777;
font-size:13px;
margin-bottom:6px;
}
