#rtgm-search{
	font-family: 'Nova Square', display !important;
	background-color: #1595eb;
    border-radius: 15px;
    width: 80%;
    height: 60px;
	font-size:18px;
}

#rtgm-search-btn, #rtgm-reset-btn {
	font-family: 'Nova Square', display !important;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	background: none;        /* no background fill */
	padding: 8px 16px;
	border-radius: 15px;   /* pill shape */
	box-shadow: none;
	cursor: pointer;
	font-size: 14px;
	background-color:#1595eb;
	height: 60px;
	width: 10%;
	font-size:18px;
}

::placeholder {
  color: white;
  opacity: 1; /* Firefox */
  font-size:18px;
}

/* Accessible focus styling */
#rtgm-search-btn:focus-visible, #rtgm-reset-btn:focus-visible {
	font-family: 'Nova Square', display !important;
	outline: 2px solid Highlight;
	outline-offset: 3px;
	background-color:#1595eb;
	height: 60px;
	width: 10%;
}


.ui-autocomplete {
	background-color: #007bff !important; /* Blue background */
	color: #fff !important;               /* White text */
	border-radius: 6px;
	padding: 5px 0;
}

/* Hover/active item */
.ui-menu-item-wrapper.ui-state-active {
	background-color: #0056b3 !important; /* Darker blue on hover */
	color: #fff !important;
}