/* Header search — plain pill input (no AI button) */

.site-header .header-site-search {
	flex-shrink: 0;
}

.site-header .header-search-form {
	margin: 0;
}

.site-header .header-search-input {
	width: 14rem;
	max-width: 14rem;
	min-width: 10rem;
	font-family: "AvenirNextWorld-Regular", "Payo Fallback Reg Font", system-ui, sans-serif;
	font-size: 0.875rem;
	line-height: 1.35;
	padding: 0.45rem 1rem;
	border: 1px solid #d1d5db;
	border-radius: 9999px;
	background: #fff;
	color: #1a1a1a;
}

.site-header .header-search-input::placeholder {
	color: #9ca3af;
}

.site-header .header-search-input:focus {
	border-color: #7c60d5;
	box-shadow: 0 0 0 2px rgba(124, 96, 213, 0.18);
	outline: none;
}

@media (max-width: 991.98px) {
	.site-header .header-search-input {
		width: 11rem;
		max-width: 11rem;
		min-width: 8rem;
	}
}
