/**
 * Shared taxonomy sidebar filters chrome (mobile toggle + filter groups).
 *
 * API: .wsft-filters__toggle, .wsft-filters__group
 * Registered as `ws-form-filters` in includes/blocks.php.
 */

.wsft-filters__toggle {
	appearance: none;
	background: var(--wp--preset--color--soft-blue);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: var(--wp--custom--border-radius, 0.125rem);
	color: var(--wp--preset--color--logo-blue);
	cursor: pointer;
	display: none;
	font-family: inherit;
	font-size: 0.9375rem;
	margin-bottom: 1rem;
	padding: 0.625rem 1rem;
	width: 100%;
}

.wsft-filters__toggle:focus {
	outline: none;
}

.wsft-filters__toggle:focus-visible {
	box-shadow: 0 0 0 2px var(--wp--preset--color--white), 0 0 0 4px var(--wp--preset--color--logo-blue);
	outline: 2px solid transparent;
}

.wsft-filters__group + .wsft-filters__group {
	margin-top: 1.75rem;
}
