/* !
 * Theme Name: Statilla
 * Theme URI: https://statilla.pl
 * Description: Custom theme form Statilla Plugin
 * Version: 1.0
 * Author: Labsta.com
 * Author URI: https://labsta.com
 */
body {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:
		"slnt" 0;
	font-size: clamp(1.05rem, calc(0.99rem + 0.29vw), 1.125rem);
	line-height: 1.5;
}

h1 {
	font-size: 2.666rem;
	line-height: 1;
	margin: 6rem 0 3rem;
}

h2 {
	font-size: 2rem;
	line-height: 1.3;
	margin: 4.5rem 0 3rem;
}

h3 {
	font-size: 1.333rem;
	line-height: 1.3;
	margin: 3rem 0 1.5rem;
}

.lede {
	font-size: 1.333rem;
	margin: 4.5rem 0 4.5rem;
}

ul {}

li {
	margin-bottom: 1rem;
}

li ul {
	margin-top: 1rem;
}

li ol {
	margin-top: 1rem;
}

a {
	color: hsl(265, 100%, 30%);
}

a:hover,
a:visited:hover {
	color: hsl(265, 100%, 45%);
}

a:visited {
	color: hsl(265, 50%, 30%);
}

.root {
	max-width: 50rem;
	margin: 0 auto;
	padding: 1rem;
}

.root .page-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	margin-bottom: 4rem;
}

.root .page-header .link {
	display: block;
}

.root .page-header .claim {
	display: block;
	/* font-size: 0.888rem; */
	color: hsl(265, 86%, 26%);
}

.root .page-content {
	margin-bottom: 4rem;
}

.root .page-footer {
	font-size: 0.888rem;
	color: hsl(0deg 0% 25%)
}

.root .page-footer .copy-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem
}

.bento-box {
	display: grid;
	/* grid-template-columns: 1fr 1fr; */
	/* grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
	grid-auto-flow: row; */
	/* elementy układane będą w jednym rzędzie */
	gap: 1rem;
}

.bento-box .item {
	background: hsl(265, 50%, 98%);
	padding: 3rem !important;
	border-radius: 0.75rem !important;
	/* border: 2px solid #000; */
}

/* .bento-box .item:first-child {
	grid-row: span 2;
	grid-column: 1; 
} */
.bento-box .item h3 {
	margin: 0;
}

.bento-box .item p:last-child {
	margin: 0;
}

.mailpoet_form_form {
	background: rgb(249, 245, 255);
	padding: 4.5rem !important;
	border-radius: 0.75rem !important;
	margin: 6rem auto !important;
	border: 2px solid #000;
}

.mailpoet_form_form h3 {
	margin: 0;
}

.mailpoet_form_form input {
	font-size: 1rem;
	border-radius: 0.375rem;
}

.mailpoet_form_form .mailpoet_text {
	padding: 0.9rem 0.9rem !important;
	border: 2px solid #000;
}

.mailpoet_form_form .mailpoet_form_columns {
	margin: 1.5rem 0 0 0 !important;
}

.mailpoet_form_form .mailpoet_form_columns .mailpoet_form_column {
	margin: 0 !important;
}

.mailpoet_form_form .mailpoet_submit {
	color: white;
	background: #000;
	padding: 0.9rem 1.5rem !important;
	/* padding: 0.375rem 1.5rem !important; */
	cursor: pointer;
}

.mailpoet_form_form .footer {
	margin: 0;
	font-size: 0.888rem;
	color: hsl(0deg 0% 25%)
}

.privacy-info {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	padding: 2rem;
	font-size: 0.888rem;
	background: hsl(0deg 0% 100% / 95%);
	box-shadow: 0px -4px 20px -23px #000;
}

.privacy-info.close {
	display: none;
}

.privacy-info .body {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1rem
}

.privacy-info .body .action {}

.privacy-info .body .action .button-small {
	color: #fff;
	background: #000;
	padding: 0.75rem 1rem;
	border-radius: 0.375rem;
	border: 0;
	outline: 0;
	cursor: pointer;
}

