/*
Theme Name: Wybieram, bo Polskie
Theme URI: https://wybierambopolskie.pl
Author: Wybieram, bo Polskie
Description: Custom theme dla platformy łączącej klientów z polskimi producentami lokalnymi.
Version: 0.32.4
Requires at least: 6.4
Requires PHP: 8.1
Text Domain: wbp-theme
*/

/* Critical layout — must work even if main.css @imports fail on the server. */
.wbp-container {
	box-sizing: border-box;
	width: calc(100% - 2rem);
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.wbp-container--wide {
	box-sizing: border-box;
	width: calc(100% - 2rem);
	max-width: 1360px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1024px) {
	.wbp-container,
	.wbp-container--wide {
		width: 85vw;
		max-width: none;
	}
}
