/* Member profile header — bio + lifetime credibility */

.bbat-profile-header-extras {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 12px;
	max-width: 100%;
}

.bbat-profile-credibility {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	font-size: 14px;
	line-height: 1.4;
}

.bbat-profile-credibility-label {
	color: var(--bb-rl-text-secondary-color, #5c5c62);
	font-weight: 500;
}

.bbat-profile-credibility-value {
	display: inline-flex;
	align-items: center;
	padding: 2px 10px;
	border-radius: 999px;
	background: rgba( 239, 93, 51, 0.1 );
	color: #c2410c;
	font-weight: 700;
}

.bbat-profile-bio {
	margin: 0;
	max-width: 640px;
	font-size: 15px;
	line-height: 1.55;
	color: var(--bb-rl-text-color, #0c0c0d);
}

.bbat-profile-bio p {
	margin: 0 0 8px;
}

.bbat-profile-bio p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 544px) {
	.bbat-profile-header-extras {
		margin-top: 10px;
	}

	.bbat-profile-bio {
		font-size: 14px;
	}
}
