/* Chrome the native shell already provides. The rules only bite inside the apps,
   which mark the document with data-hotwire-native — every stylesheet in this
   directory is served to the web too, so they cannot be left unscoped. */

html[data-hotwire-native] .d-hotwire-native-none {
  display: none !important;
}

html[data-hotwire-native] .d-hotwire-native-block {
  display: block !important;
}
