/*
Theme Name: Driverguards
Theme URI: https://driverguards.com
Author: Driverguards Development Team
Author URI: https://driverguards.com
Description: Custom WordPress theme for Driverguards — The Professional Driver & Guardian Service. Built with high performance, modular architecture, and dynamic CMS integration.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: driverguards
Tags: custom-background, custom-logo, custom-menu, featured-images, full-width-template
*/

/* ==========================================================================
   WORDPRESS ADMIN BAR COMPATIBILITY
   ========================================================================== */

/* Desktop Admin Bar Offset (> 782px: 32px height) */
body.admin-bar .dg-navbar-sticky {
  top: 32px;
}

body.admin-bar .dg-drawer-modal {
  top: calc(56px + 32px);
  max-height: calc(100vh - 56px - 32px);
}

/* Tablet & Mobile Admin Bar Offset (<= 782px: 46px height) */
@media screen and (max-width: 782px) {
  body.admin-bar .dg-navbar-sticky {
    top: 46px;
  }

  body.admin-bar .dg-drawer-modal {
    top: calc(56px + 46px);
    max-height: calc(100vh - 56px - 46px);
  }
}

/* Ensure Admin Bar stays fixed on small mobile viewports (<= 600px) */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
