/* Onvia Taxonomy Filter Dropdown */

.elementor-widget-taxonomy-filter-dropdown select.e-filter {
	display: block;
	width: 100%;
	padding: 10px 40px 10px 14px;
	font-size: inherit;
	font-family: inherit;
	line-height: 1.5;
	color: inherit;
	background-color: #fff;
	/* Custom chevron arrow — matches Elementor's icon style */
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 16px 16px;
	border: 1px solid #ccc;
	border-radius: 4px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	box-sizing: border-box;
}

.elementor-widget-taxonomy-filter-dropdown select.e-filter:focus {
	outline: none;
	border-color: #888;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

/* RTL */
.rtl .elementor-widget-taxonomy-filter-dropdown select.e-filter {
	padding: 10px 14px 10px 40px;
	background-position: left 12px center;
}

/* Editor placeholder */
.elementor-widget-taxonomy-filter-dropdown .e-filter-empty {
	padding: 8px 12px;
	border: 1px dashed #ccc;
	color: #888;
	font-size: 13px;
	border-radius: 3px;
}
