/*
Theme Name: Divi Child
Description: Child theme for Divi
Author: Your Name
Template: Divi
Version: 1.0
*/

/* Add your custom CSS here */

/* Custom styles for the saved-success class */
.saved-success {
    background-color: green; /* Set your desired green color here */
    /* Add any other styles as needed */
}