/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jan 19 2026 | 12:33:29 */
/* Force the upload button to appear ONLY inside GravityView Edit Entry screens */
.gv-edit-entry-wrapper #upload_2 {
    display: block !important;
    margin-top: 10px; /* Adds a little space between the filename and the button */
}