.sat-search-field > .k-autocomplete {
	width: 100%;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.sat-search-field > .k-autocomplete:focus-within {
	box-shadow: none;
}

.sat-search-field .k-input-inner {
	padding: 0;
	font-size: 1rem;
	color: #253247;
}

.sat-search-field .k-input-inner::placeholder {
	color: #64748b;
	opacity: 1;
}

.sat-search-popup {
	margin-top: 0.5rem;
	overflow: hidden;
	border: 1px solid #dbe2ea;
	border-radius: 0.75rem;
	background: #fff;
	box-shadow: 0 18px 45px rgba(37, 50, 71, 0.18);
}

.sat-search-popup .k-list-content {
	padding: 0.35rem;
}

.sat-search-popup .k-list-item {
	min-height: 3rem;
	margin: 0.1rem 0;
	padding: 0;
	border-radius: 0.5rem;
}

.sat-search-popup .k-list-item.k-selected,
.sat-search-popup .k-list-item:hover {
	background: #eaf2ff;
	color: #173e7a;
}

.sat-search-popup .k-list-group-sticky-header {
	display: none;
}

.sat-search-popup .k-list-group-item {
	padding: 0.65rem 0.75rem 0.35rem;
	border: 0;
	background: #fff;
	color: #2055a6;
}

.sat-search-group {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sat-category-option,
.sat-location-option {
	display: flex;
	min-height: 3rem;
	width: 100%;
	align-items: center;
	gap: 0.65rem;
	padding: 0.7rem 0.8rem;
}

.sat-category-option:not(.sat-category-option-parent) {
	padding-left: 1.3rem;
}

.sat-category-marker {
	height: 0.4rem;
	width: 0.4rem;
	flex: 0 0 auto;
	border-radius: 999px;
	background: #aeb7c4;
}

.sat-category-option-parent .sat-category-marker {
	height: 0.55rem;
	width: 0.55rem;
	background: #2055a6;
}

.sat-category-option small {
	margin-left: auto;
	font-size: 0.72rem;
	color: #64748b;
}

.sat-location-option strong {
	font-weight: 600;
}

.sat-location-option span {
	margin-left: auto;
	font-size: 0.75rem;
	font-weight: 700;
	color: #64748b;
}

.sat-search-empty {
	display: grid;
	gap: 0.25rem;
	padding: 1rem;
	color: #253247;
}

.sat-search-empty span {
	font-size: 0.82rem;
	color: #64748b;
}

@media (max-width: 639px) {
	.sat-search-popup {
		max-width: calc(100vw - 2rem);
	}

	.sat-search-popup .k-list-item {
		min-height: 3.25rem;
	}
}