.hcwh-wrapper {
	max-width: 1200px;
	width: 2000px;
	display: flex;
	justify-content: space-evenly;
	flex-direction: row;
	align-items: center;
}

.hcwh-field {
	margin-bottom: 12px;
}

.hcwh-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}

.hcwh-field select,
.hcwh-field input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	padding: 8px 12px;
	font-size: 1rem;
}

.hcwh-subtopic-select:disabled {
	background: #f0f0f0;
	color: #888;
	cursor: not-allowed;
}

.hcwh-find-button {
	margin-top: 4px;
}

.hcwh-validation-message {
	color: #b32d2e;
	margin-top: 8px;
	font-size: 0.9rem;
}
