/*
Theme Name: Bankruptcy Master FSE
Theme URI: https://bankruptcymaster.com
Author: Bankruptcy Master
Author URI: https://bankruptcymaster.com
Description: Minimal hand-built block/FSE theme for bankruptcymaster.com. Built to replace the classic greyd-wp theme (v2.18.1) so header/footer are natively block-editable, per WEB-BM-021. Visual parity reference: production bankruptcymaster.com, captured 2026-09-22.
Version: 0.1.1
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: bankruptcymaster-fse
*/

html {
	scroll-padding-top: 90px;
}

header.wp-block-template-part {
	position: sticky !important;
	top: 0 !important;
	z-index: 9999 !important;
	width: 100%;
}

.wp-site-blocks > header.wp-block-template-part {
	position: sticky !important;
	top: 0 !important;
	z-index: 9999 !important;
}
