.wpc-wrap {
	max-width: 760px;
	margin: 40px auto;
	padding: 30px;
	background: #fff7f7;
	border: 3px solid #ffb6c1;
	border-radius: 20px;
}

.wpc-note {
	margin-bottom: 20px;
	font-weight: bold;
}

.wpc-form {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.wpc-form-column {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.wpc-form input,
.wpc-form-column input,
.wpc-form-column textarea {
	padding: 15px;
	border: 2px solid #ffb6c1;
	border-radius: 10px;
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
}

.wpc-form button,
.wpc-form-column button {
	padding: 15px 25px;
	background: #ff69b4;
	color: #fff;
	border: none;
	border-radius: 10px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

.wpc-form button:hover,
.wpc-form-column button:hover {
	opacity: 0.9;
}

.wpc-question {
	background: #fff;
	padding: 20px;
	border-radius: 15px;
}

.wpc-question-title {
	font-weight: bold;
	margin-bottom: 15px;
}

.wpc-question label {
	display: inline-block;
	margin-right: 20px;
}

.wpc-output {
	margin-top: 30px;
}

.wpc-result {
	background: #fff;
	padding: 25px;
	border-radius: 15px;
	line-height: 1.8;
}

.danger {
	color: red;
	font-weight: bold;
}

.warning {
	color: orange;
	font-weight: bold;
}

.safe {
	color: green;
	font-weight: bold;
}

.wpc-result a,
.wpc-reset a {
	color: #ff69b4;
	font-weight: bold;
	text-decoration: none;
}

.wpc-result a:hover,
.wpc-reset a:hover {
	text-decoration: underline;
}

/* honeypot */
.wpc-hp {
	display: none !important;
}
