/*
 * Theme Name:   BSL Brand
 * Theme URI:    https://bigstateliving.com
 * Description:  Child theme for Big State Living. Provides brand identity
 *               (colors, fonts, logos) on top of the BigState Base parent theme.
 *               Do not edit the parent theme — all site-specific changes go here.
 * Version:      1.0.0
 * Author:       Big State Solutions LLC
 * Author URI:   https://bigstatesolutionsllc.com
 * Template:     bigstate-base
 * License:      Proprietary
 * Text Domain:  bsl-brand
 *
 * Brand colors and fonts are configured in Appearance → Customize → Brand Settings,
 * not hardcoded here. Add BSL-specific CSS overrides below this header only
 * when something genuinely cannot be expressed through the Customizer.
 */

/* ── BSL-specific overrides (add below as needed) ─────────────────────────── */

/*
 * Example: if the OwnerRez plugin outputs elements that need brand-consistent
 * styling, add those overrides here rather than in the parent theme.
 */

.page-content > .wp-block-heading:first-child {
  text-align: center;
  padding-block: var(--bs-space-8) var(--bs-space-2);
  max-width: 100%;
}