/*
Theme Name: PBS Members SaaS
Theme URI: https://pushbuttonsystem.com/
Author: Push Button System
Description: A clean blue-and-white WordPress members-area theme for Push Button System, designed for Digital Access Pass protected content.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: pbs-members-saas
*/

:root {
  --pbs-admin-offset: 0px;
}

html {
  margin-top: 0 !important;
}

body.admin-bar {
  --pbs-admin-offset: 32px;
}

body.admin-bar .topbar,
body.admin-bar > header,
body.admin-bar header[style*="sticky"] {
  top: var(--pbs-admin-offset) !important;
}

.pbs-wp-screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    --pbs-admin-offset: 46px;
  }
}

