/* ==========================================================================
   TurfNet - Directorist Add Listing Page Specific Overrides
   ==========================================================================

/* ==========================================================================
   1. Page-Specific Container Overrides
   ========================================================================== */

/* Override parent theme containers for add listing page */
body.page-template-default.page.page-id-93 #genesis-content,
body[class*="add-listing"] #genesis-content {
    background: var(--community-color-background) !important;
    padding: 0 !important;
}

/* Add listing page-specific spacing adjustment */
.directorist-add-listing-wrapper {
    max-width: 1600px !important;
    margin: 0 auto !important;
}

.directorist-add-listing-form {
    max-width: 1600px !important;
}

/* ==========================================================================
   3. WordPress Editor Integration
   ========================================================================== */

/* WordPress editor in add listing form needs border adjustment */
#wp-listing_content-editor-container {
    border: none !important;
}

/* ==========================================================================
   4. Mobile-Specific Navigation Adjustment
   ========================================================================== */


@media (max-width: 768px) {
    /* Remove the negative margin on mobile for better alignment */
    .directorist-add-listing-wrapper .multistep-wizard__nav {
        margin-left: 0 !important;
    }
}