/**
 * Findar V46150 — Reachable Filter Actions FULL SAFE.
 *
 * The fixed site header stays visible. The drawer starts immediately below it,
 * the middle section owns the scroll and both action buttons stay reachable.
 */

body.findar-mobile-premium-search {
  --f50-results-drawer-top:calc(
    var(--fmp-global-admin-top,0px) + var(--fmp-global-header-h,76px)
  );
}

body.findar-mobile-premium-search .fmp-unified-results .fmp-filter-drawer,
body.admin-bar.findar-mobile-premium-search .fmp-unified-results .fmp-filter-drawer {
  position:fixed!important;
  z-index:100010!important;
  top:var(--f50-results-drawer-top)!important;
  right:0!important;
  bottom:0!important;
  left:auto!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}

body.findar-mobile-premium-search .fmp-unified-results .fmp-filter-backdrop {
  z-index:100000!important;
}

body.findar-mobile-premium-search .fmp-unified-results .fmp-filter-drawer__head {
  position:relative!important;
  z-index:3!important;
  display:flex!important;
  flex:0 0 auto!important;
  width:100%!important;
  height:auto!important;
  min-height:82px!important;
  margin:0!important;
  overflow:visible!important;
  visibility:visible!important;
  opacity:1!important;
  transform:none!important;
  box-sizing:border-box!important;
}

body.findar-mobile-premium-search .fmp-unified-results .fmp-filter-drawer__head [data-fmp-drawer-close] {
  position:relative!important;
  z-index:4!important;
  display:grid!important;
  flex:0 0 44px!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
}

body.findar-mobile-premium-search .fmp-unified-results .fmp-filter-drawer__body {
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  flex:1 1 auto!important;
  width:100%!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;
  max-height:none!important;
  margin:0!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior:contain!important;
  box-sizing:border-box!important;
}

body.findar-mobile-premium-search .fmp-unified-results .fmp-filter-drawer__foot {
  position:relative!important;
  z-index:5!important;
  inset:auto!important;
  display:grid!important;
  flex:0 0 auto!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1.35fr)!important;
  width:100%!important;
  height:auto!important;
  min-height:78px!important;
  margin:0!important;
  overflow:visible!important;
  visibility:visible!important;
  opacity:1!important;
  transform:none!important;
  box-sizing:border-box!important;
  background:#fff!important;
}

body.findar-mobile-premium-search .fmp-unified-results .fmp-filter-drawer__foot > a,
body.findar-mobile-premium-search .fmp-unified-results .fmp-filter-drawer__foot > button {
  display:flex!important;
  min-width:0!important;
  min-height:50px!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
}

html[dir="rtl"] body.findar-mobile-premium-search .fmp-unified-results .fmp-filter-drawer,
html[dir="rtl"] body.admin-bar.findar-mobile-premium-search .fmp-unified-results .fmp-filter-drawer {
  right:auto!important;
  left:0!important;
}

@media (max-width:768px) {
  body.findar-mobile-premium-search {
    --f50-results-drawer-top:calc(
      var(--fmp-global-admin-top,0px) + var(--fmp-global-header-h,64px)
    );
  }

  body.findar-mobile-premium-search .fmp-unified-results .fmp-filter-drawer,
  body.admin-bar.findar-mobile-premium-search .fmp-unified-results .fmp-filter-drawer {
    top:var(--f50-results-drawer-top)!important;
    right:0!important;
    bottom:0!important;
    left:0!important;
    width:100vw!important;
    height:auto!important;
    max-height:none!important;
  }

  body.findar-mobile-premium-search .fmp-unified-results .fmp-filter-drawer__head {
    min-height:72px!important;
  }

  body.findar-mobile-premium-search .fmp-unified-results .fmp-filter-drawer__foot {
    min-height:72px!important;
    padding-bottom:max(10px,env(safe-area-inset-bottom))!important;
  }
}

@media (max-height:620px) and (min-width:769px) {
  body.findar-mobile-premium-search .fmp-unified-results .fmp-filter-drawer__head {
    min-height:68px!important;
    padding-block:10px!important;
  }

  body.findar-mobile-premium-search .fmp-unified-results .fmp-filter-drawer__foot {
    min-height:66px!important;
    padding-block:8px!important;
  }
}
