html[data-bv-native-shell] .site-header,
html[data-bv-native-shell] .v2-footer,
html[data-bv-native-shell] .sticky-actions {
  font-family: Onest, Manrope, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
}

html[data-bv-native-shell] .site-header *,
html[data-bv-native-shell] .v2-footer *,
html[data-bv-native-shell] .sticky-actions * {
  box-sizing: border-box;
}

html[data-bv-native-shell] :where(.site-header, .v2-footer, .sticky-actions) :where(a, button):focus-visible {
  outline: 3px solid rgba(8, 124, 173, 0.42);
  outline-offset: 3px;
}

html[data-bv-native-shell] .bv-guide {
  padding-top: 0;
}

html[data-bv-native-shell] .v2-footer {
  margin-top: 0;
}

@media (max-width: 767px) {
  html[data-bv-native-shell] body {
    padding-bottom: 0;
  }
}
