/*
Theme Name: Vizytowka Blank
Theme URI: https://ergocontrol.pl
Author: ERGO / Mateusz
Description: Minimalny motyw pod LazyBlocks — bez layoutu, bez sidebarów, pełna szerokość.
Version: 1.0.0
Text Domain: vizytowka-blank
*/

/* Reset — motyw nie narzuca wyglądu; style pochodzą z LazyBlocks / własnego CSS */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100vh;
	overflow-x: clip;
	background: transparent;
	color: inherit;
	font-family: inherit;
	line-height: inherit;
}

/* WordPress admin bar */
body.admin-bar {
	min-height: calc(100vh - 32px);
}

@media screen and (max-width: 782px) {
	body.admin-bar {
		min-height: calc(100vh - 46px);
	}
}

/* Pełna szerokość bloków Gutenberg / LazyBlocks */
.alignwide,
.alignfull {
	max-width: none !important;
	width: 100%;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
	max-width: none;
}
