/*
Theme Name: Neros Design and Construction
Theme URI: https://nerosdesign.com
Author: Neros Design and Construction
Description: Exact WordPress conversion of the Neros Design and Construction HTML/CSS/JS site. All layout, type, colour and motion from the original static export is preserved byte-for-byte inside page templates; this file only carries the required theme header plus a couple of admin-bar safety tweaks.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: neros-design
*/

/* The original design ships every rule inline on each element (see the
   theme's included README-WORDPRESS.md). Nothing in this stylesheet is
   required for the page to render correctly — it only smooths over two
   things that are specific to running inside wp-admin's logged-in view. */

/* Keep the fixed transparent header clear of the WP admin toolbar. */
body.admin-bar header[style*="position:fixed"] {
  top: 32px !important;
}
@media screen and (max-width: 782px) {
  body.admin-bar header[style*="position:fixed"] {
    top: 46px !important;
  }
}

/* Menu / chat panels use position:fixed;inset:0 — nudge them below the
   toolbar too so the close controls stay reachable while logged in. */
body.admin-bar [style*="position:fixed"][style*="inset:0"] {
  top: 32px !important;
}
@media screen and (max-width: 782px) {
  body.admin-bar [style*="position:fixed"][style*="inset:0"] {
    top: 46px !important;
  }
}
