/* stylelint-disable declaration-no-important */

// =============================================================================
// :: Search
// =============================================================================
.bp-c-search {
	background-color: $bp-background-color-light !important;
}

// =============================================================================
// :: Elements
// =============================================================================

.bp-c-search__input {
	font-family: $bp-font-family-secondary !important;

	@include bp-placeholder() {
		font-family: $bp-font-family-secondary !important;

		color: $bp-text-color-medium !important;
	}
}

// =============================================================================
// :: Modifiers
// =============================================================================
.bp-c-search--white {
	background-color: $bp-background-color-white !important;
}
