
#cde-form {
    max-width: 600px;
    margin: 0 auto;
}

#cde-form input, #cde-form button {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 10px;
}

/* Custom styles for the plugin form */
.cde-field {
    margin-bottom: 10px;
}
