.bx-searchtitle {
	width: 100%;
	position: relative;
}

.search-title-form {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
}

.search-title-input {
	flex: 1 1 auto;
	min-width: 0;
}

.search-title-submit {
	flex: 0 0 auto;
}

div.title-search-result {
	border: 1px solid #e6e8ec;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 10px 30px rgba(82, 82, 82, 0.12);
	overflow: hidden;
	z-index: 9999;
	max-width: calc(100vw - 32px);
}

table.title-search-result {
	width: 100%;
	border-collapse: collapse;
	border: 0;
}

table.title-search-result td {
	padding: 0;
	white-space: normal;
}

.title-search-item-row,
.title-search-all-row,
.title-search-item-row-alt {
	border-bottom: 1px solid #eef0f3;
}

.title-search-item-row:last-child,
.title-search-all-row:last-child,
.title-search-item-row-alt:last-child {
	border-bottom: 0;
}

.title-search-item-link,
.title-search-all-link {
	display: block;
	padding: 14px 18px;
	text-decoration: none;
	color: #18233d;
	transition: background-color 0.18s ease, color 0.18s ease;
}

.title-search-item-link:hover,
.title-search-all-link:hover,
tr.title-search-selected .title-search-item-link,
tr.title-search-selected .title-search-all-link {
	background: #f5f7fb;
	color: #001645;
}

.title-search-name {
	display: block;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 700;
	color: inherit;
}

.title-search-section {
	display: block;
	margin-top: 3px;
	font-size: 11px;
	line-height: 1.25;
	color: #7b8497;
}

.title-search-all-link .title-search-section {
	color: #8a94a8;
}

.title-search-fader {
	display: none;
}

@media (max-width: 991.98px) {
	div.title-search-result {
		max-width: calc(100vw - 24px);
		border-radius: 14px;
	}

	.title-search-item-link,
	.title-search-all-link {
		padding: 12px 14px;
	}

	.title-search-name {
		font-size: 14px;
	}
}
