/**
 * Nexus Vault - Editing Form Add-on Styles
 */

/*
 * This rule specifically targets the container of the submit button
 * on the editing request form to center it, matching the other forms.
 */
#nv-editing-request-form .form-row:last-child {
    text-align: center;
    margin-top: 2em; 
}