.gfk-customization-fields {
	display: grid;
	gap: 8px;
	margin: 16px 0;
}

.gfk-customization-fields input {
	width: 100%;
	min-height: 42px;
	box-sizing: border-box;
	border: 1px solid #d8dee8;
	border-radius: 8px;
	padding: 8px 10px;
}

.gfk-whatsapp {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 40;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 16px;
	border-radius: 8px;
	color: #fff;
	background: #0d7a5f;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 16px 36px rgba(17, 24, 39, 0.2);
}
