.bphAiBadge__wrapper {
	display: inline-block;
	position: relative;
}

.bphAiBadge__icon {
	display: block;
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #000;
	color: #fff;
}

.bphAiBadge__icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.bphAiBadge__icon--white {
	background-color: #fff;
	color: #000;
}
