.custom-search-results {
	margin-top: 10px;
	border: 1px solid #ccc;
	position: relative;
	width: 100%;
	z-index: 9999;
	overflow-y: auto;
}
.custom-search-results .result {
	display: flex;
	align-items: center;
	padding: 5px;
}
.custom-search-results .result img {
	margin-right: 10px;
}

.drawer-content{
        flex-direction: column;
}

.custom-search-results .result a{
	color: rgb(232, 240, 254);
	text-decoration: none;
	
}

.custom-search-results .result:hover{
    border:solid;
}

.custom-search-results .result a:hover{
	color: white;
	
}