/*
Theme Name: iQgarden GeneratePress Child
Theme URI: https://iqgarden.pl/
Description: Lekki motyw iQgarden odtwarzający obecną witrynę 1:1 bez zależności od renderowania Elementora.
Author: 4E
Template: generatepress
Version: 0.1.0
Text Domain: iqgarden
*/

html,
body {
	margin: 0;
	padding: 0;
}

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

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	color: #253126;
	font-family: var(--iqg-font-text, "Instrument Sans", system-ui, sans-serif);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: clip;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
	border-style: none;
}

a {
	background-color: transparent;
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
[type="button"],
[type="submit"] {
	cursor: pointer;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 5px;
	left: 5px;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 12px 24px;
	clip: auto;
	background: #fff;
	color: #1a3a1a;
}

body.iqgarden-native-theme {
	min-width: 320px;
	background: #fff;
}

.iqgarden-native-content {
	width: 100%;
	margin: 0;
	padding: 0;
}

.iqgarden-native-fallback {
	width: min(100% - 48px, 1280px);
	margin-inline: auto;
	padding-block: 120px 80px;
}

@media (max-width: 767px) {
	.iqgarden-native-fallback {
		width: min(100% - 28px, 1280px);
		padding-block: 96px 56px;
	}
}
