.wngi-form-wrap {
	max-width: 120rem;
	margin: 0 auto;
	padding: 2.4rem;
	color: #ffffff;
}

.wngi-form {
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
}

.wngi-field {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
}

.wngi-field label,
.wngi-checkbox-field span,
.wngi-upload-note {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
}

.wngi-field input[type='text'],
.wngi-field input[type='email'],
.wngi-field input[type='date'] {
	width: 100%;
	min-height: 6.6rem;
	padding: 1.6rem 2.4rem;
	border: 0;
	border-radius: 4rem;
	background: #ffffff;
	color: #222222;
	font-size: 1.8rem;
	line-height: 1.2;
	box-sizing: border-box;
}

.wngi-file-upload {
	display: flex;
	align-items: center;
	gap: 2rem;
	flex-wrap: wrap;
	min-height: 8.8rem;
	padding: 1rem 0;
}

.wngi-file-input {
	position: absolute;
	width: 0.1rem;
	height: 0.1rem;
	opacity: 0;
	overflow: hidden;
	z-index: -1;
}

.wngi-file-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	flex: 0 0 auto;
	min-width: 0;
	min-height: 5.6rem;
	padding: 1.6rem 3.2rem;
	border-radius: 999px;
	background: #fff;
	color: #323232 !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	box-sizing: border-box;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.wngi-file-button:hover,
.wngi-file-button:focus {
	background: #fdfdfd;
}

.wngi-file-name {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	word-break: break-word;
}

.wngi-upload-note {
	margin: 0;
	opacity: 0.9;
}

.wngi-checkbox-field label {
	display: flex;
	align-items: flex-start;
	gap: 1.2rem;
	cursor: pointer;
}

.wngi-checkbox-field input[type='checkbox'] {
	width: 2.4rem;
	height: 2.4rem;
	margin-top: 0.2rem;
	flex: 0 0 auto;
}

.wngi-checkbox-field a {
	color: inherit;
	text-decoration: underline;
}

.wngi-actions {
	display: flex;
	justify-content: center;
	padding-top: 1.6rem;
}

.wngi-submit-button {
	min-width: 29rem;
	padding: 1.8rem 3.2rem;
	border: 0;
	border-radius: 999px;
	background: #ffffff;
	color: #333;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.wngi-submit-button:hover,
.wngi-submit-button:focus {
	color: #333;
	background: #fdfdfd;
}

.wngi-form-message {
	margin-bottom: 2rem;
	padding: 1.6rem 2rem;
	border-radius: 1.2rem;
	font-size: 1.6rem;
	line-height: 1.4;
}

.wngi-form-message-error {
	background: rgba(160, 28, 28, 0.9);
	color: #ffffff;
}

.wngi-form-message-success {
	background: rgba(26, 122, 66, 0.92);
	color: #ffffff;
}

.wngi-honeypot {
	position: absolute;
	left: -9999px;
	opacity: 0;
	pointer-events: none;
}

@media (max-width: 767px) {
	.wngi-form-wrap {
		padding: 1.6rem;
	}

	.wngi-field label,
	.wngi-checkbox-field span,
	.wngi-upload-note {
		font-size: 1.6rem;
	}

	.wngi-field input[type='text'],
	.wngi-field input[type='email'],
	.wngi-field input[type='date'] {
		min-height: 5.6rem;
		padding: 1.4rem 1.8rem;
		font-size: 1.6rem;
	}

	.wngi-file-upload {
		align-items: flex-start;
		gap: 1.6rem;
	}

	.wngi-file-button {
		width: auto;
		min-width: 0;
		min-height: 5.2rem;
		font-size: 1.8rem;
	}

	.wngi-file-name {
		font-size: 1.8rem;
	}

	.wngi-submit-button {
		width: 100%;
		min-width: 0;
		font-size: 1.8rem;
	}

	.wngi-checkbox-field label {
		align-items: flex-start;
	}
}
