.cso-search-wrapper {
	width: 100%;
	box-sizing: border-box;
}

.cso-search-input-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	box-sizing: border-box;
}

.cso-search-input-wrap i,
.cso-search-input-wrap svg {
	font-size: 16px;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.cso-search-input {
	flex: 1;
	border: none;
	outline: none;
	background: transparent;
	width: 100%;
	font-size: inherit;
}

/* Elementor Loop Grid item hidden state jab search match na kare */
.cso-hidden-item {
	display: none !important;
}
