.lt1-ts-form {
	position: relative;
}

.lt1-ts-results {
	position: absolute;
	z-index: 100000;
	top: calc(100% + 8px);
	right: auto;
	left: 0;
	width: min(540px, calc(100vw - 32px));
	max-height: min(70vh, 560px);
	overflow-y: auto;
	padding: 8px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 12px;
	box-shadow: 0 16px 45px rgba(0, 0, 0, 0.22);
	text-align: left;
}

.lt1-ts-results[hidden] {
	display: none;
}

.lt1-ts-result {
	display: block;
	padding: 10px 12px;
	border-radius: 8px;
	color: #17171b !important;
	text-decoration: none !important;
	line-height: 1.28;
}

.lt1-ts-result:hover,
.lt1-ts-result:focus,
.lt1-ts-result.is-active {
	background: #f1f2f4;
	outline: none;
}

.lt1-ts-title,
.lt1-ts-subtitle {
	display: block !important;
	position: static !important;
	inset: auto !important;
	width: auto !important;
	height: auto !important;
	min-width: 0 !important;
	min-height: 0 !important;
	max-width: none !important;
	max-height: none !important;
	transform: none !important;
	overflow: visible !important;
	z-index: auto !important;
}

.lt1-ts-title::before,
.lt1-ts-title::after,
.lt1-ts-subtitle::before,
.lt1-ts-subtitle::after {
	display: none !important;
	content: none !important;
}

.lt1-ts-title {
	font-weight: 700;
}

.lt1-ts-subtitle {
	margin-top: 3px;
	color: #666;
	font-size: 0.82rem;
	font-weight: 400;
}

.lt1-ts-summary {
	padding: 7px 12px 4px;
	color: #777;
	font-size: 0.78rem;
}

@media (max-width: 767px) {
	.lt1-ts-results {
		position: fixed;
		top: 72px;
		right: 4vw;
		left: 4vw;
		width: auto;
		max-height: 70vh;
	}
}
