/*
Theme Name: Lovable Atmosphere
Text Domain: lovable-atmosphere
Version: 3.6.1
Description: A modern, elegant WordPress block theme designed to create atmospheric and lovable web experiences. Built with theme.json and modern CSS standards.
Tags: block-patterns, block-styles, custom-colors, custom-menu, editor-style, featured-images, full-site-editing, style-variations, translation-ready, wide-blocks
Author: LVBL
Author URI: https://lvbl.ca/
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Requires at least: 6.5
Requires PHP: 8.0
Tested up to: 6.6
*/

/* Essential browser improvements */
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Remove top margin from first elements */
:root :where(.wp-site-blocks) > * {
	margin-block-start: 0;
}

/* Modern viewport height support */
@supports (min-height: 100dvh) {
	[style*="min-height:100vh"] {
		min-height: calc(100dvh - var(--wp-admin--admin-bar--height, 0px)) !important;
	}
}

/* Helper classes */
.hide-empty:not(:has(> *)) {
	display: none;
}

/* Responsive helpers */
@media (max-width: 781px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) .hide-when-columns-are-stacked {
		display: none !important;
	}
}
