/*
Theme Name: Panda
Theme URI: https://www.pandaheating.com
Author: Panda Heating and Cooling
Description: Fast block theme for an HVAC and commercial refrigeration contractor. Built for local search: one H1 per page, complete structured data via the Panda HVAC plugin, mobile-first with a persistent call bar, and no page-builder overhead.
Requires at least: 6.5
Tested up to: 6.7
Requires PHP: 8.0
Version: 1.0.8
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: panda
Tags: full-site-editing, block-patterns, one-column, custom-colors, accessibility-ready
*/

/* ------------------------------------------------------------------

/* ------------------------------------------------------------------
   Almost nothing lives here.

   The design is /assets/css/site.css — the same stylesheet the approved
   build uses — and the page markup is the same markup, so this file only
   has to undo the few things WordPress adds around it.
   ------------------------------------------------------------------ */

/* WordPress wraps template parts and post content in its own divs. They must
   be transparent to the layout or every section gains a stacking context and
   the full-bleed hero stops being full-bleed. */
.wp-site-blocks > *,
.wp-block-group.is-layout-flow > *,
.wp-block-post-content { margin-block: 0; }

.wp-block-group { max-width: none; }

main#main > .wp-block-post-content > * { margin: 0; }

/* Core's block wrappers around raw HTML add nothing and can add padding. */
.wp-block-html { margin: 0; }

/* The editor still needs a readable canvas. */
.editor-styles-wrapper { background: #fff; }
