
.wd-author-bio {
	--wd-tags-mb: 0;
	display: flex;
	flex-direction: column;
	align-items: var(--content-align, var(--wd-align));
	gap: 15px;
}

.wd-author-bio img {
	border-radius: 50%;
}

.wd-author-bio .wd-author-link {
	font-weight: 600;
}

.wd-builder-off .wd-author-bio {
	--content-align: center;
	padding: 25px;
	margin-bottom: 40px;
	border-radius: var(--wd-brd-radius);
	background-color: var(--bgcolor-gray-100);
	text-align: center;
}
