/* -----------------------------------------------------------------------------
   Activity Topbar Controls
   ----------------------------------------------------------------------------- */

#dir-activity-search-form {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0;
}

/* BuddyBoss adds its own search icon pseudo-element; hide to avoid duplicates. */
#dir-activity-search-form::before {
	display: none;
}

#dir-activity-search-submit {
	opacity: 1;
}

#bb-subnav-filter-show,
#bb-subnav-filter-by {
	margin-top: 0.25rem;
}

/* Style both native selects and BuddyBoss opener buttons consistently. */
#bb-subnav-filter-show,
#bb-subnav-filter-by,
.activity-head-bar .component-filters .bb-select-dropdown {
	-webkit-appearance: none;
	appearance: none;
	min-width: 170px;
	height: 40px;
	padding: 0 2rem 0 0.75rem;
	background-color: var(--color-bond-grey-light);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23545246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 12px 8px;
	border: 1px solid var(--color-border);
	border-radius: 3px;
	color: var(--color-bond-black);
	line-height: 38px;
}
