/*
Theme Name: PB Legacy Match Theme
Theme URI: https://www.private-bank.jp/
Author: PB Migration
Description: Legacy pixel-match theme for private-bank.jp (Akibare -> WordPress).
Version: 0.4.3
License: GPLv2 or later
Text Domain: pb-legacy-match
*/

/*
  Keep this file intentionally minimal.
  Visual design MUST be controlled by the legacy CSS (layout.css + mod.css + mod-blessed*).
*/

/* Prevent browser default margins from shifting legacy layout */
html, body { margin: 0; padding: 0; }

/* Ensure WordPress does not add spacing wrappers when plugins inject markup */
#wpadminbar { position: fixed; }

/* CF7 response box should not collapse layout */
.wpcf7 form .wpcf7-response-output { margin: 10px 0 0; }

/* --- Legacy exact matching: front-end must not be affected by WP admin bar --- */
html { margin-top: 0 !important; }
body.admin-bar { margin-top: 0 !important; }
#wpadminbar { display: none !important; }
