/* ANDRIK R354 — native Android full-country overlay scroll; no automatic scrollTop reset. */
body.andrik-country-overlay-r258-open{
  overflow:hidden!important;
  overscroll-behavior:none!important;
  touch-action:auto!important;
}
body .country-scroll-overlay-r258{
  position:fixed!important;inset:0!important;
  width:100vw!important;height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;
  overflow-y:auto!important;overflow-x:hidden!important;
  overscroll-behavior-y:contain!important;
  -webkit-overflow-scrolling:touch!important;
  touch-action:pan-y!important;
  scrollbar-width:auto!important;
  scrollbar-color:#70efb1 rgba(15,39,50,.72)!important;
}
body .country-scroll-overlay-r258.is-open{display:block!important}
body .country-scroll-overlay-r258.is-open>#worldCountries.is-expanded{
  position:relative!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  width:100%!important;
  height:auto!important;min-height:max-content!important;max-height:none!important;
  margin:0!important;
  padding:0 12px calc(40px + env(safe-area-inset-bottom)) 0!important;
  overflow:visible!important;
  touch-action:pan-y!important;
  align-content:start!important;
}
body .country-scroll-overlay-r258.is-open>#worldCountries.is-expanded *{touch-action:pan-y!important}
body .country-scroll-overlay-r258::-webkit-scrollbar{width:8px!important}
body .country-scroll-overlay-r258::-webkit-scrollbar-track{background:rgba(15,39,50,.72)!important;border-radius:999px!important}
body .country-scroll-overlay-r258::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#a8f3ff,#70efb1)!important;border-radius:999px!important;box-shadow:0 0 12px rgba(112,239,177,.55)!important}
body .country-scroll-overlay-r258.is-open>#worldCountries.is-expanded .world-country-toggle.is-top-toggle{
  position:sticky!important;top:0!important;z-index:40!important;grid-column:1/-1!important;
}
