.fortek-zs {
	position: relative;
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
	font-family: inherit;
}

.fortek-zs__form {
	display: flex !important;
	gap: 10px;
	align-items: stretch;
}

.fortek-zs__input {
	flex: 1 1 auto;
	min-width: 0;
	padding: 14px 18px !important;
	border: 1px solid #D7DEE8 !important;
	border-radius: 100px !important;
	font-size: 15px !important;
	color: #0E2A55 !important;
	background: #fff !important;
	box-shadow: none !important;
	outline: none;
}

.fortek-zs__input:focus {
	border-color: #2482D9 !important;
}

.fortek-zs__btn {
	flex: none;
	background: #2482D9 !important;
	color: #fff !important;
	font-weight: 700 !important;
	font-size: 15px !important;
	padding: 14px 28px !important;
	border: none !important;
	border-radius: 100px !important;
	cursor: pointer;
	white-space: nowrap !important;
	text-transform: none !important;
}

.fortek-zs__btn:hover {
	background: #1c6bb3 !important;
}

.fortek-zs__results {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid #E4ECF7;
	border-radius: 14px;
	box-shadow: 0 16px 40px rgba(14, 42, 85, 0.14);
	overflow: hidden;
	z-index: 40;
	max-height: 320px;
	overflow-y: auto;
}

.fortek-zs__result {
	display: flex !important;
	flex-direction: column;
	align-items: flex-start !important;
	width: 100%;
	padding: 12px 18px !important;
	background: none !important;
	border: none !important;
	border-bottom: 1px solid #F0F3F8 !important;
	text-align: left !important;
	cursor: pointer;
	font-family: inherit;
	color: #0E2A55 !important;
}

.fortek-zs__result:last-child {
	border-bottom: none !important;
}

.fortek-zs__result:hover {
	background: #F4F9FF !important;
}

.fortek-zs__result-label {
	font-size: 14.5px;
	font-weight: 600;
	color: #0E2A55;
}

.fortek-zs__result-sub {
	font-size: 12.5px;
	color: #6B7A93;
	margin-top: 2px;
}

.fortek-zs__result--uncovered .fortek-zs__result-sub {
	color: #B32D2E;
}

.fortek-zs__empty {
	padding: 16px 18px;
	font-size: 13.5px;
	color: #6B7A93;
}

.fortek-zs__empty a {
	color: #2482D9 !important;
	font-weight: 600;
}

@media (max-width: 480px) {
	.fortek-zs__form {
		flex-direction: column;
	}
	.fortek-zs__btn {
		width: 100%;
	}
}
