.bh-sr-only {
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.bh-sr-only:focus {
	clip: auto;
	clip-path: none;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	white-space: normal;
	width: auto;
}

.bh-flow > * + * {
	margin-block-start: var(--bh-flow-space, var(--bh-space-5));
}

.bh-stack {
	display: flex;
	flex-direction: column;
	gap: var(--bh-stack-gap, var(--bh-space-5));
}

.bh-cluster {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: var(--bh-cluster-gap, var(--bh-space-3));
}

.bh-text-muted {
	color: var(--bh-color-text-muted);
}

.bh-text-center {
	text-align: center;
}

.bh-no-margin {
	margin: 0;
}
