/* Vant ActionSheet: safe-area + layout tweaks for embedded/mobile WebView */
.van-action-sheet__content {
  padding-bottom: env(safe-area-inset-bottom, 0px);
}
.van-popup.van-action-sheet {
  padding-bottom: env(safe-area-inset-bottom, 0px);
}
