/* صف البحث: [صندوق يتقلص] + [دائرة مسح خارج الصندوق] */
.awwtar-live-search-row {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	box-sizing: border-box;
}

.awwtar-live-search-row > .awwtar-live-search-form {
	flex: 1 1 auto;
	min-width: 0;
	width: auto;
	max-width: 100%;
}

.awwtar-live-search-pill {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

.awwtar-live-search-pill .awwtar-live-search-icon {
	flex: 0 0 auto;
}

.awwtar-live-search-pill .awwtar-live-search-input {
	flex: 1 1 auto;
	min-width: 0;
	width: 100%;
	box-sizing: border-box;
}

.awwtar-live-search-input::-webkit-search-cancel-button,
.awwtar-live-search-input::-webkit-search-decoration,
.awwtar-live-search-input::-webkit-search-results-button,
.awwtar-live-search-input::-ms-clear {
	display: none !important;
	-webkit-appearance: none;
	appearance: none;
	width: 0;
	height: 0;
}

.awwtar-live-search-form .awwtar-live-search-clear {
	display: none !important;
}

button.awwtar-live-search-clear {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	min-width: 44px;
	min-height: 44px;
	border-radius: 50%;
	border: 2px solid #f97316 !important;
	background: #fff !important;
	color: #111 !important;
	padding: 0 !important;
	margin: 0 !important;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
	line-height: 1;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
	box-shadow: none !important;
	position: relative;
	z-index: 2;
}

button.awwtar-live-search-clear.is-visible {
	display: inline-flex !important;
}

button.awwtar-live-search-clear span {
	display: block;
	font-size: 26px;
	font-weight: 500;
	line-height: 1;
}

button.awwtar-live-search-clear:focus-visible {
	outline: 2px solid #f97316;
	outline-offset: 2px;
}

.awwtar-search-trigger {
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
}
