/* WordPress-only compatibility overrides. The preview bundle remains untouched. */
body.admin-bar header.fixed {
  top: 32px;
}

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