.content-menu_search {
	padding: 15px;
	background-color: #f4f4f4;
}

.content-menu_search label {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}

.menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.menu-item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.menu-link {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #333;
}

.menu-item-image {
	width: 50px;
	height: 50px;
	object-fit: cover;
	margin-right: 10px;
	border-radius: 5px;
}

.menu-item-name {
	font-size: 16px;
	font-weight: normal;
}