.bptts-players {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	margin: 0 0 1.5em;
}

.bptts-player {
	display: flex;
	flex-direction: column;
	gap: 0.35em;
	flex: 1 1 260px;
	min-width: 0;
}

.bptts-player__label {
	font-size: 0.85em;
	font-weight: normal;
}

.bptts-player__audio {
	width: 100%;
}

.bptts-players--single .bptts-player {
	flex-basis: 100%;
}

.bptts-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
