#session-timer-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 8px 14px;
    border-radius: 20px;
    font-family: -apple-system, system-ui, sans-serif;
    font-size: 13px;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    z-index: 999999;
    display: none; 
    
    align-items: center;
    gap: 6px;
    transition: background 0.3s, opacity 0.3s;
}

#session-timer-widget.warning {
    background: rgba(198, 40, 40, 0.9) !important;
}
