.title-search-result {
	display: none;
	border: 1px solid #ebebeb;
	background: white;
	overflow-x: hidden;
	width: 100%;
	box-shadow: 0 0 25px rgba(8, 9, 9, 0.15);
	border-radius: 4px;
	max-height: 300px;
	margin-block-start: -2px;
	z-index: 100;
}

.title-search-item a {
	display: block;
	padding: 15px 30px;
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.title-search-item a:hover {
	background-color: #ebebeb;
}