.rak-search-overlay {
		display:none; 
		position:fixed; 
		background:rgba(0,0,0,.55); 
		z-index:99999;
	}
	.rak-search-popup {
		background:#fff; width:450px; max-width:92%; padding:22px;
		border-radius:14px; margin:8% auto; position:relative;
		box-shadow:0 10px 25px rgba(0,0,0,0.2);
	}
	.rak-search-close {
		position:absolute; top:8px; right:10px; background:none;
		border:none; font-size:26px; cursor:pointer;
	}
	.rak-search-input {
		width:100%; padding:10px 12px; border:1px solid #ccc; border-radius:6px; font-size:16px;
	}
	.rak-search-suggestions { list-style:none; padding:0; margin-top:12px; }
	.rak-search-suggestions li { padding:8px 4px; border-bottom:1px solid #eee; }
	.rak-search-suggestions a { text-decoration:none; color:#333; display:block; }
	.rak-search-suggestions li:hover { background:#f8f8f8; }