.ude-edit-form label { display:block; margin:.5em 0; }
.ude-edit-form input, .ude-edit-form textarea { width:100%; max-width:400px; }
.ude-edit-form button { margin-top:.5em; padding:.5em 1em; }
#ude-toast {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 300px;
    background: #4caf50;
    color: white;
    padding: 1em 1.5em;
    border-radius: 5px;
    font-weight: bold;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transition: opacity 0.3s ease;
}
#ude-toast.error {
    background: #f44336;
}
#ude-toast.success {
    background: #4caf50;
}