/* [pb_hirlevel stilus="footer"] + [pb_hirlevel stilus="oszlop"] – sötét lábléc-változatok */

.pb-newsletter-form {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.pb-field-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.pb-field-cimke {
	display: block;
}

/* Kettős osztály-szelektor: felülírja a GeneratePress input[type="email"] szabályát (0,1,1). */
.pb-newsletter-form .pb-field {
	width: 100%;
	height: 48px;
	padding: 0 16px;
	border: 1px solid rgba(229, 196, 155, 0.4);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.06);
	font-family: inherit;
	font-size: 15px;
	color: #FFFFFF;
	box-sizing: border-box;
	outline: none;
}

.pb-newsletter-form .pb-field:focus {
	outline: none;
}

.pb-newsletter-form .pb-field::placeholder {
	color: #E5C49B;
	opacity: 1;
}

.pb-consent-row {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.pb-consent-group {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	flex: 1 1 260px;
	min-width: 0;
}

.pb-check {
	flex: 0 0 auto;
	margin-top: 1px;
	display: inline-flex;
	cursor: pointer;
}

.pb-check .pb-check-input {
	position: absolute;
	width: 0;
	height: 0;
	margin: 0;
	opacity: 0;
}

.pb-check-box {
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	margin-top: 2px;
	border-radius: 6px;
	border: 1.5px solid #D2B4C1;
	background: #FFFFFF;
	display: grid;
	place-items: center;
	transition: background 220ms cubic-bezier(0.22, 1, 0.36, 1), border-color 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pb-check-box svg {
	display: none;
}

.pb-check .pb-check-input:checked + .pb-check-box {
	background: #8D4F7D;
	border-color: #8D4F7D;
}

.pb-check .pb-check-input:checked + .pb-check-box svg {
	display: block;
}

.pb-consent-text {
    color: #FFFFFF;
    font-family: "Nunito", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: -0.02em;
}

/* Link: a sablon .footer-widgets a / .entry-content a (0,1,1) szabálya ellen is áll. */
.pb-newsletter-form .pb-consent-link {
	color: #E5C49B;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid rgba(229, 196, 155, 0.6);
}

.pb-newsletter-form .pb-btn {
	height: 48px;
	padding: 0 28px;
	border: 0;
	border-radius: 5px;
	background: #FFFFFF;
	color: #8D4F7D;
	box-shadow: 0 10px 30px rgba(77, 36, 76, 0.10);
	font-family: inherit;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: -0.05em;
	display: grid;
	place-items: center;
	cursor: pointer;
}

.pb-hirlevel__hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	opacity: 0;
}

/* [pb_hirlevel stilus="oszlop"] – minden elem egymás alá. */
.pb-newsletter-form--oszlop .pb-field-row {
	grid-template-columns: 1fr;
}

.pb-newsletter-form--oszlop .pb-consent-row {
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
}

.pb-newsletter-form--oszlop .pb-consent-group {
	flex: 0 0 auto;
}
