.jf-coach-team-filter{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin:0 0 1rem;}
.jf-coach-team-filter__label{font-weight:600;}
.jf-coach-team-filter__select{max-width:100%;}
.jf-coach-filter-no-results{width:100%;margin:.5rem 0 0;}
.is-hidden-by-team-filter{display:none!important;}
.wp-block-jf-coaches-team-filter.jf-coach-team-filter {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: var(--wp--style--block-gap, 1rem);
}

.wp-block-jf-coaches-team-filter.jf-coach-team-filter.has-text-align-center {
	justify-content: center;
}

.wp-block-jf-coaches-team-filter.jf-coach-team-filter.has-text-align-right {
	justify-content: flex-end;
}

.wp-block-jf-coaches-team-filter.jf-coach-team-filter.has-text-align-left {
	justify-content: flex-start;
}

.jf-coach-team-filter__group {
	display: flex;
	flex-direction: column;
	gap: .35rem;
	text-align: inherit;
}