.rwf-intake {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	margin: 24px 0;
	max-width: 760px;
	padding: 24px;
}

.rwf-intake h2 {
	margin-top: 0;
}

.rwf-intake label {
	display: flex;
	flex-direction: column;
	font-weight: 600;
	gap: 6px;
	margin-bottom: 16px;
}

.rwf-intake input,
.rwf-intake select,
.rwf-intake textarea {
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	box-sizing: border-box;
	font: inherit;
	padding: 10px 12px;
	width: 100%;
}

.rwf-intake button {
	background: #2271b1;
	border: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	padding: 12px 18px;
}

.rwf-intake-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.rwf-intake-notice {
	border-left: 4px solid;
	margin-bottom: 16px;
	padding: 12px;
}

.rwf-intake-notice-success {
	background: #f0f6f2;
	border-left-color: #008a20;
}

.rwf-intake-notice-error {
	background: #fcf0f1;
	border-left-color: #b32d2e;
}

.rwf-honeypot {
	left: -9999px;
	position: absolute;
}

.rwf-intake-hint {
	color: #646970;
	font-size: 12px;
	font-weight: 400;
}
