.elementor-3834 .elementor-element.elementor-element-929709c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-02ccc9e */.notification-container { 
    max-width: 600px; 
    margin: auto; 
    background: white; 
    padding: 20px; 
    border-radius: 10px; 
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); 
}

.notification { 
    padding: 15px; 
    border-left: 5px solid #007bff;
    border-radius: 5px; 
    margin: 10px 0; 
    background-color: #f9f9f9; 
    display: flex; 
    align-items: center; 
    gap: 10px;
    transition: background-color 0.3s ease;
}

.notification.unread { 
    background-color: #ffeded; 
    border-left-color: #dc3545; 
}

h2 { 
    text-align: center; 
    color: #333; 
}/* End custom CSS */