input[type="search"] {
	width: 100%;
	padding: 10px;
	font-size: 16px !important;
	box-sizing: border-box;
	border-bottom: 1px solid #000;
}
.results {
	position: relative;
	float: none;
	border-bottom: 1px #ccc solid;
}
#suggestions {
	border: 1px solid #ccc;
	max-height: 200px;
	overflow-y: auto;
	background: white;
	padding: 0;
	list-style-type: none;
	position: absolute;
	width: 100%;
	min-width:220px;
	z-index: 1000;
	margin: 0px 0px 0px 15px;
    width: max-content;
    white-space: nowrap;
}
#suggestions li {
	padding: 10px;
	cursor: pointer;
	float: none;
	font-size: 14px;
}
#suggestions li:hover {
	background-color: #f0f0f0;
}
.no-border {
  border: none;
  outline: none;
}

.no-border:focus {
  border: none;
  outline: none;
}

.ev_from {
	padding: 2px 5px 2px 10px;
	cursor:pointer;
}

div.ev_from[data-ch="1"] {
  background-color: #cecece;
}

div.ev_from:hover {
  background-color: #bcbcbc;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}