@media (min-width: 901px) {
    #main-content.dealer-trade-layout {
        height: calc(100dvh - var(--header-row-min-height));
        min-height: 0;
        overflow: hidden;
    }

    /* The chooser is a homepage: retain its normal left navigation. Results
       replace that column with the filter rail. */
    #main-content.dealer-trade-layout:not(.homepage-main) > .ff-site-sidebar--embedded {
        display: none;
    }

    #main-content.dealer-trade-layout > #filters-sidebar.filters {
        order: 1;
        height: 100%;
        max-height: none;
    }

    #main-content.dealer-trade-layout > .inventory {
        order: 2;
        flex: 1 1 620px;
        min-width: 0;
        height: 100%;
        padding: 18px 18px 36px;
        overflow-y: auto;
        overscroll-behavior: contain;
        scrollbar-gutter: stable;
    }

    #main-content.dealer-trade-layout .cards-grid {
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
        gap: 12px;
    }

    #main-content.dealer-trade-layout .dealer-trade-map-panel {
        order: 3;
        display: flex;
        align-self: stretch;
        min-width: 400px;
        flex: 1 1 480px;
        height: 100%;
        flex-direction: column;
        border-left: 1px solid var(--ff-color-border);
        background: var(--ff-color-surface-muted);
    }

    .dealer-trade-map-toolbar {
        z-index: 2;
        display: flex;
        min-height: 52px;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        padding: 8px 16px;
        border-bottom: 1px solid var(--ff-color-border);
        background: var(--ff-color-surface);
        color: var(--ff-color-text);
        font-size: 14px;
    }

    .dealer-trade-map-toolbar strong { font-weight: 760; }
    .dealer-trade-map-toolbar span { color: var(--ff-color-text-muted); font-size: 12px; font-weight: 650; }

    .dealer-trade-map-canvas {
        position: relative;
        min-height: 0;
        flex: 1 1 auto;
        background: var(--ff-color-surface-muted);
    }

    .dealer-trade-map-canvas .leaflet-control-attribution { font-size: 10px; }
    .dealer-trade-map-canvas .dealer-map-marker.is-result-hidden { display: none; }
    .dealer-trade-map-canvas .dealer-map-marker.is-result-match { z-index: 4; }

    #main-content.dealer-trade-layout .dealer-trade-model-filter {
        padding: 14px 14px 10px;
        border-bottom: 1px solid var(--ff-color-border);
    }

    #main-content.dealer-trade-layout .dealer-trade-model-filter .filter-title {
        margin-bottom: 8px;
    }

    #main-content.dealer-trade-layout .dealer-trade-model-filter .active-filters {
        min-height: 0;
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 900px) {
    .dealer-trade-map-panel { display: none; }
}
