.nhw-employer-search-wrap *,
.nhw-employer-entry-wrap * {
	box-sizing: border-box;
}

.nhw-employer-search-wrap {
	margin-top: 24px;
	margin-bottom: 24px;
}

.nhw-employer-entry-wrap {
	margin-top: 24px;
	margin-bottom: 40px;
}

.nhw-employer-search-head,
.nhw-employer-entry-head {
	margin: 0 0 20px;
	padding: 0;
}

.nhw-employer-search-title,
.nhw-employer-entry-title {
	margin: 0 0 10px;
	font-size: 28px;
	line-height: 1.5;
	font-weight: 700;
	color: #11284a;
	letter-spacing: 0.02em;
}

.nhw-employer-search-lead,
.nhw-employer-entry-lead {
	margin: 0;
	font-size: 14px;
	line-height: 1.9;
	color: #44546a;
}



.nhw-employer-entry-notice {
	display: none;
	margin: 0 0 20px;
	padding: 14px 16px;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.8;
	font-weight: 500;
	border: 1px solid transparent;
}

.nhw-employer-entry-notice.success {
	display: block;
	background: #f2f7ff;
	border-color: #bfd0ee;
	color: #11284a;
}

.nhw-employer-entry-notice.error {
	display: block;
	background: #fff5f5;
	border-color: #efc2c2;
	color: #a12626;
}

.nhw-employer-entry-section {
	margin: 0 0 28px;
	padding: 0 0 28px;
	border-bottom: 1px solid #e6ebf3;
}

.nhw-employer-entry-section:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.nhw-employer-entry-section-head {
	margin: 0 0 18px;
}



.nhw-employer-entry-sublead {
	margin: 0;
	font-size: 13px;
	line-height: 1.9;
	color: #58677b;
}

.nhw-employer-search-field,
.nhw-employer-entry-field {
	margin: 0 0 20px;
}

.nhw-employer-search-field:last-child,
.nhw-employer-entry-field:last-child {
	margin-bottom: 0;
}




.nhw-employer-search-input,
.nhw-employer-entry-input,
.nhw-employer-entry-select {
	display: block;
	width: 100%;
	min-height: 50px;
	padding: 12px 14px;
	border: 1px solid #cdd6e4;
	border-radius: 10px;
	background: #ffffff;
	font-size: 15px;
	line-height: 1.6;
	color: #11284a;
	box-shadow: none;
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
	-webkit-appearance: none;
	appearance: none;
}

.nhw-employer-search-input:focus,
.nhw-employer-entry-input:focus,
.nhw-employer-entry-select:focus {
	border-color: #11284a;
	box-shadow: 0 0 0 3px rgba(17, 40, 74, 0.12);
	background: #ffffff;
}

.nhw-employer-search-input::placeholder,
.nhw-employer-entry-input::placeholder {
	color: #93a0b3;
}

.nhw-employer-entry-job-code-field {
	flex: 1 1 auto;
	margin-bottom: 0;
}

.nhw-employer-entry-job-code-button-wrap {
	flex: 0 0 auto;
}

.nhw-employer-search-button,
.nhw-employer-search-confirm,
.nhw-employer-search-cancel,
.nhw-employer-search-next,
.nhw-employer-entry-check-button,
.nhw-employer-entry-add-button,
.nhw-employer-entry-remove-button,
.nhw-employer-entry-button,
.nhw-employer-search-confirmed-remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 18px;
	border-radius: 10px;
	border: 1px solid #11284a;
	background: #11284a;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	cursor: pointer;
	transition: opacity .2s ease, transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}

.nhw-employer-search-button:hover,
.nhw-employer-search-confirm:hover,
.nhw-employer-search-cancel:hover,
.nhw-employer-search-next:hover,
.nhw-employer-entry-check-button:hover,
.nhw-employer-entry-add-button:hover,
.nhw-employer-entry-remove-button:hover,
.nhw-employer-entry-button:hover,
.nhw-employer-search-confirmed-remove:hover {
	opacity: 0.92;
	transform: translateY(-1px);
	color: #ffffff;
	text-decoration: none;
}

.nhw-employer-search-button:disabled,
.nhw-employer-search-confirm:disabled,
.nhw-employer-search-cancel:disabled,
.nhw-employer-search-next:disabled,
.nhw-employer-entry-check-button:disabled,
.nhw-employer-entry-add-button:disabled,
.nhw-employer-entry-remove-button:disabled,
.nhw-employer-entry-button:disabled,
.nhw-employer-search-confirmed-remove:disabled,
.nhw-employer-entry-add-button.is-disabled {
	opacity: 0.55;
	cursor: not-allowed;
	transform: none;
}

.nhw-employer-search-cancel,
.nhw-employer-entry-remove-button,
.nhw-employer-search-confirmed-remove {
	background: #ffffff;
	color: #11284a;
}

.nhw-employer-search-cancel:hover,
.nhw-employer-entry-remove-button:hover,
.nhw-employer-search-confirmed-remove:hover {
	color: #11284a;
	background: #f6f8fc;
}



.nhw-employer-search-result,
.nhw-employer-entry-job-preview {
	margin-top: 14px;
	padding: 18px;
	background: #f7f9fc;
	border: 1px solid #dbe3ef;
	border-radius: 12px;
}

.nhw-employer-search-result-inner,
.nhw-employer-entry-job-preview-inner {
	display: block;
}

.nhw-employer-search-item,
.nhw-employer-entry-job-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #e1e8f2;
}

.nhw-employer-search-item:last-child,
.nhw-employer-entry-job-row:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.nhw-employer-entry-job-label,
.nhw-employer-search-item span:first-child {
	flex: 0 0 110px;
	max-width: 110px;
	font-size: 13px;
	line-height: 1.8;
	font-weight: 700;
	color: #11284a;
}

.nhw-employer-entry-job-value,
.nhw-employer-search-item span:last-child {
	flex: 1 1 0;
	min-width: 0;
	font-size: 14px;
	line-height: 1.8;
	color: #2f3f55;
	word-break: break-word;
}

.nhw-employer-search-actions,
.nhw-employer-entry-job-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.nhw-employer-entry-job-actions {
	margin-top: 18px;
}

.nhw-employer-entry-jobs {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.nhw-employer-entry-job-item {
	padding: 20px;
	border: 1px solid #dce4ef;
	border-radius: 12px;
	background: #fcfdff;
}

.nhw-employer-entry-job-item-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 14px;
}

.nhw-employer-entry-job-item-title {
	font-size: 17px;
	line-height: 1.6;
	font-weight: 700;
	color: #11284a;
}

.nhw-employer-entry-radio-group {
	display: flex;
	flex-direction: column;
	gap: 10px;
}


.nhw-employer-entry-check {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	line-height: 1.9;
	color: #23354c;
	cursor: pointer;
}

.nhw-employer-entry-check input[type="checkbox"] {
	flex: 0 0 auto;
	margin: 4px 0 0;
	accent-color: #11284a;
}



.nhw-employer-search-confirmed {
	margin-top: 22px;
	padding: 18px;
	border: 1px solid #d8e1ec;
	border-radius: 12px;
	background: #f8fafd;
}

.nhw-employer-search-confirmed-title {
	margin: 0 0 14px;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 700;
	color: #11284a;
}

.nhw-employer-search-confirmed-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 0;
	border-bottom: 1px solid #e3e9f2;
}

.nhw-employer-search-confirmed-item:first-child {
	padding-top: 0;
}

.nhw-employer-search-confirmed-item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.nhw-employer-search-confirmed-main {
	flex: 1 1 auto;
	min-width: 0;
}

.nhw-employer-search-confirmed-jobcode {
	margin: 0 0 4px;
	font-size: 12px;
	line-height: 1.7;
	font-weight: 700;
	color: #5b6c83;
}

.nhw-employer-search-confirmed-jobtitle {
	margin: 0 0 4px;
	font-size: 15px;
	line-height: 1.8;
	font-weight: 700;
	color: #11284a;
	word-break: break-word;
}

.nhw-employer-search-confirmed-company {
	font-size: 13px;
	line-height: 1.8;
	color: #41536a;
	word-break: break-word;
}

.nhw-employer-search-confirmed-actions {
	flex: 0 0 auto;
}

.nhw-employer-search-confirmed-remove {
	min-height: 42px;
	padding: 0 14px;
	font-size: 13px;
}


