/* KIF Parade Sign live-search widget */
.kif-sign-search-widget { margin: 0 0 1em; }
.kif-search-input {
	width: 100%;
	padding: 11px 14px;
	font-size: 16px;
	border: 1px solid #d3d3d3;
	border-radius: 0;
	box-sizing: border-box;
}
.kif-search-input:focus { outline: none; border-color: #b91f25; box-shadow: 0 0 0 3px #c2a031; }
.kif-search-hint { font-size: 13px; color: #666; margin: 6px 2px 0; }
.kif-search-results {
	margin-top: 4px;
	border: 1px solid #ddd;
	border-radius: 6px;
	max-height: 320px;
	overflow-y: auto;
}
.kif-search-results:empty { display: none; }
.kif-result {
	padding: 10px 14px;
	cursor: pointer;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}
.kif-result:last-child { border-bottom: 0; }
.kif-result:hover { background: #fbeae7; }
.kif-result-main { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.kif-name { font-weight: 700; color: #211910; }
.kif-reg { color: #747474; font-size: 13px; }
.kif-badge {
	flex: 0 0 auto;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	padding: 3px 8px;
	border-radius: 0;
	white-space: nowrap;
}
.kif-badge--in { background: #098d45; }
.kif-badge--out { background: #e7e6e6; color: #747474; }
.kif-result--nosign .kif-name { color: #9c2525; }
.kif-result--none { font-style: italic; color: #2c3e50; background: #f7f7f7; }
.kif-result--err { color: #c0392b; }
.kif-search-chosen {
	padding: 10px 14px;
	background: #eafaf1;
	border: 1px solid #27ae60;
	border-radius: 6px;
}
.kif-search-chosen .kif-reg { color: #333; }
.kif-change-btn {
	margin-left: 8px;
	background: none;
	border: 1px solid #999;
	border-radius: 4px;
	padding: 2px 10px;
	cursor: pointer;
	font-size: 13px;
}
.kif-nosign-notice {
	background: #fef5e7;
	border-left: 4px solid #e67e22;
	padding: 12px 14px;
	margin: 0 0 1em;
}
.kif-merch-notice {
	background: #f4f6f7;
	border-left: 4px solid #c0392b;
	padding: 12px 14px;
	margin: 0 0 1em;
	font-size: 14px;
}
