/* Form controls */
.wp-block-query-filter select,
.wp-block-search__inside-wrapper input[type="search"] {
	appearance: none;
	border-color: var(--wp--preset--color--pale-custom-mid-grey);
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: none;
	font-size: 16px;
	font-weight: 400;
	height: 40px;
	line-height: 24px;
	margin: 0;
	min-height: 40px;
	outline: none;
	padding: 8px 6px;
	position: relative;
	transition: border-color 100ms ease;
	vertical-align: middle;
	-webkit-appearance: none;
	width: 100%;
}

.wp-block-query-filter select {
	background: transparent url(../../images/select-chevron.svg) no-repeat;
	background-position-x: calc(100% - 10px);
	background-position-y: center;
	background-size: 15px;
}

.wp-block-query-filter-post-type__label {
    margin-bottom: 0.5em;
}

.wp-block-search__inside-wrapper {
    margin-top: 0.5em;
}

.wp-block-search .wp-block-search__button {
	background: var(--wp--preset--gradient--custom-money-green);
	border: 0;
	border-radius: 50px;
	color: var(--wp--preset--color--custom-white);
	cursor: pointer;
	font-size: var(--wp--preset--font-size--small);
	font-weight: 400;
	line-height: 1;
	padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--50);
}

.team-select-filter select option[value="/people/?query-10-teams=central-team"] {
	display: none !important;
}

.resources-select-filter select option[value*="query-post_type=post"] {
display: none !important;
}

