/*
Theme Name: Hagaköket
Theme URI: https://hagakoket.se
Author: Nordic Kitchen Group
Author URI: https://nordickitchen.se
Description: Custom FSE block theme for Hagaköket — built from Figma design tokens.
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 7.4
Version: 1.0
License: Proprietary
Text Domain: hagakoket
Tags: full-site-editing, block-patterns, wide-blocks
*/

/* ==========================================================================
   Components — base (mobile-first)
   ========================================================================== */

/* Placeholder (missing component indicator) */
.placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: var(--s-96);
	background-color: rgba(0, 0, 0, 0.03);
	color: rgba(0, 0, 0, 0.33);
	border-radius: var(--s-4);
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
}
