/* FISINGCLUB PATCH 30.0.53.8.1: RESTORE RADIUS CONTROL AND STABLE LEFT PANEL */
@media (min-width:761px){
    .fc-map-explorer .map-shell{
        height:clamp(680px,calc(100vh - 150px),820px);
        min-height:680px;
        align-items:stretch;
    }

    .fc-map-explorer .fc-map-stage{
        height:100%;
        min-height:0;
        overflow:hidden;
    }

    .fc-map-explorer .map-filter-panel{
        height:100%;
        min-height:0;
        overflow-y:auto;
        overflow-x:hidden;
        overscroll-behavior:contain;
    }

    .fc-map-explorer .map-filter-head,
    .fc-map-explorer .map-current-location-panel,
    .fc-map-explorer .map-filter-form,
    .fc-map-explorer .map-result-summary{
        flex:0 0 auto;
        min-height:max-content;
    }

    .fc-map-explorer .map-current-location-panel,
    .fc-map-explorer .map-current-location-actions,
    .fc-map-explorer .map-radius-control{
        visibility:visible!important;
        opacity:1!important;
    }

    .fc-map-explorer .map-result-list{
        flex:1 1 240px;
        min-height:180px;
        max-height:none;
        overflow-y:auto;
        overflow-x:hidden;
        overscroll-behavior:contain;
    }

    .fc-map-explorer .fc-map-canvas{
        flex:1 1 auto;
        height:auto;
        min-height:0;
    }
}
