/*
Theme Name: HT-Blue
Theme URI: https://edwinmundo.com/ht-blue
Author: Edwin Mundo
Author URI: https://edwinmundo.com/
Description: A high-converting, SEO-optimized WordPress block theme designed for service-based businesses. Features performance-first architecture with <2s page load times, comprehensive schema markup for search engines and AI platforms, full-site editing capabilities, and conversion-focused design patterns. Perfect for consultants, agencies, and professional services looking to attract and convert clients.
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 8.2
Version: 1.0.12
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ht-blue2
Tags: block-theme, full-site-editing, one-column, custom-colors, custom-menu, editor-style, featured-images, threaded-comments, translation-ready, blog, custom-logo, accessibility-ready, footer-widgets, responsive-layout
*/

/* Additional global styles can be added here if needed. */

html,
body {
	height: 100%;
	margin: 0;
	background-color: var(--blocks-bg-primary, hsl(0, 0%, 0%));
}

.wp-site-blocks {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background-color: var(--blocks-bg-primary, hsl(0, 0%, 0%));
}

.wp-site-blocks > main.ht-blue-page-main {
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
}

.ht-blue-page-main .wp-block-post-content {
	flex: 1 0 auto;
}

