/* Native shell bottom inset — tab bar + optional FAB (see ADR-0058). */

.pb-native-chrome {
  padding-bottom: calc(7rem + var(--ruby-native-safe-area-inset-bottom, env(safe-area-inset-bottom, 0px)));
}

.pb-native-chrome-form {
  padding-bottom: calc(4rem + var(--ruby-native-safe-area-inset-bottom, env(safe-area-inset-bottom, 0px)));
}