/*
Theme Name: Cropgate Chemicals
Theme URI: https://cropgate.in
Author: Cropgate Chemicals Pvt. Ltd.
Author URI: https://cropgate.in
Description: Official interactive agricultural theme for CROPgate Chemicals Pvt. Ltd., featuring 3D farm cinematic journeys, full WordPress Admin product management (130+ formulations), native News & Blogs management with custom image uploads, yield advisory calculators, and modern agronomy guides.
Version: 1.2.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cropgate
Tags: agriculture, corporate, responsive-layout, full-width-template, theme-options
*/

/* WordPress Admin Bar Compatibility Fix */
.admin-bar .fixed.top-0,
.admin-bar header.fixed,
.admin-bar nav.fixed {
  top: 32px !important;
}

@media screen and (max-width: 782px) {
  .admin-bar .fixed.top-0,
  .admin-bar header.fixed,
  .admin-bar nav.fixed {
    top: 46px !important;
  }
}

/* Ensure root element expands properly */
html, body, #root {
  min-height: 100%;
}
