/**
 * Breath exercise single — larger focus ring than the header logo.
 */

.richet-breath-single .richet-breath--exercise {
	display: block;
	margin: 1.5rem auto 2rem;
	max-width: 22rem;
}

.richet-breath-single .richet-breath--exercise .richet-breath__shell {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 14rem;
	min-width: 14rem;
	margin: 0 auto;
}

.richet-breath-single .richet-breath__ring-host {
	inset: 0;
}

.richet-breath-single .richet-breath__ring {
	max-width: 14rem;
	max-height: 14rem;
	width: 90%;
	height: 90%;
	border-width: 3px;
}

.richet-breath-single .richet-breath__label {
	font-size: clamp(1.1rem, 3vw, 1.65rem);
	font-weight: 600;
	max-width: 12rem;
	line-height: 1.25;
}

.richet-breath-single__header {
	text-align: center;
}

.richet-breath-single__content {
	max-width: 40rem;
	margin-left: auto;
	margin-right: auto;
}

.richet-breath-error {
	text-align: center;
	color: #b32d2e;
}
