/*
Theme Name: FPD Dealer POC
Description: Proof-of-concept replication of the dealer.horseshoeing.com layout for the dealer-portal rebuild on dealerdev. Reuses the live site's CSS and imagery verbatim (css/site.css, css/menu.css, css/bootstrap.css) for maximum fidelity; WP integration kept minimal. POC only — see theme discussion in project docs before productionizing.
Version: 0.1.0
Author: Advantech
*/

/* Theme-level tweaks on top of the copied live CSS live here. */

/* WP admin bar offset so the fixed header art isn't hidden */
body.admin-bar #header { margin-top: 32px; }

/* Content readability inside the legacy panel */
#content_center .entry-content h1,
#content_center .entry-content h2 { color: #1e1e1e; }
