.wawf-form {
	max-width: 480px;
	margin: 0 0 1.5em;
}

.wawf-field {
	margin: 0 0 1em;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.wawf-field label {
	font-weight: 600;
}

.wawf-required {
	color: #d63638;
}

.wawf-field input[type="text"],
.wawf-field input[type="tel"],
.wawf-field input[type="email"],
.wawf-field textarea,
.wawf-field select {
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 15px;
	width: 100%;
	box-sizing: border-box;
	background-color: #ffffff !important;
	color: #1a1a1a !important;
	-webkit-text-fill-color: #1a1a1a;
}

.wawf-field input::placeholder,
.wawf-field textarea::placeholder {
	color: #767676;
	opacity: 1;
}

.wawf-field textarea {
	min-height: 100px;
	resize: vertical;
}

.wawf-choice-group {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
}

.wawf-choice {
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 6px;
}

.wawf-hp-wrap {
	position: absolute !important;
	left: -9999px !important;
	top: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	margin: 0;
}

.wawf-submit-btn {
	background: #25D366;
	color: #fff;
	border: none;
	padding: 12px 22px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}

.wawf-submit-btn:disabled {
	opacity: 0.6;
	cursor: default;
}

.wawf-feedback-success {
	color: #227d3f;
}

.wawf-feedback-error {
	color: #d63638;
}

.wawf-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999999;
	padding: 20px;
	box-sizing: border-box;
}

.wawf-modal {
	background: #fff;
	border-radius: 10px;
	padding: 28px 26px;
	max-width: 340px;
	width: 100%;
	text-align: center;
	position: relative;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

.wawf-modal h3 {
	margin: 0 0 10px;
	font-size: 19px;
	color: #111;
}

.wawf-modal p {
	margin: 0 0 18px;
	font-size: 14px;
	color: #444;
	line-height: 1.4;
}

.wawf-modal-qr {
	display: flex;
	justify-content: center;
	margin-bottom: 18px;
}

.wawf-modal-qr svg {
	width: 200px;
	height: 200px;
}

.wawf-modal-actions .wawf-submit-btn {
	display: inline-block;
	text-decoration: none;
	width: 100%;
	box-sizing: border-box;
}

.wawf-modal-close {
	position: absolute;
	top: 8px;
	right: 10px;
	background: none;
	border: none;
	font-size: 26px;
	line-height: 1;
	color: #888;
	cursor: pointer;
	padding: 4px 8px;
}

.wawf-modal-close:hover {
	color: #111;
}
