/**
 * Gravity Forms Section Wrapper Styles
 */

.ugf-section-wrap {
    /* Add any default wrapper styles here */
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid transparent; /* Placeholder */
    transition: all 0.3s ease;
}

/* Optional: Add a subtle border or background to identify sections in the editor */
.elementor-editor-active .ugf-section-wrap {
    border: 1px dashed #ccc;
    background-color: rgba(0, 0, 0, 0.02);
}
