/* Optional: custom styles */
.search-result a {
	color: #1a0dab; /* Google blue link color */
	text-decoration: none;
}
.search-result a:hover {
	text-decoration: underline;
}
.search-result .title {
	font-size: 1.2em;
	font-weight: 500;
	margin-bottom: 0.2em;
}
.search-result .link, .search-result .link a {
	color: #006621; /* Google green URL color */
	font-size: 0.9em;
	margin-bottom: 0.3em;
	word-break: break-all;
}
.search-result .snippet {
	font-size: 0.9em;
	color: #545454;
}
.pagination button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
/* THIS IS THE STYLE FOR THE ACTIVE BUTTON */
.pagination button.active {
	background-color: #e5e7eb; /* gray-200 */
	font-weight: bold;
	/* Add more styles if needed, e.g., border color */
	 border-color: #d1d5db; /* gray-300 or similar */
	 color: #374151; /* text-gray-700 or similar */
}
.logo {
background-image: url('../images/logo1.png');
background-position: center;
background-repeat: no-repeat;
}