.dce-tokens code:has(.bl-testimonial-author) {
	display: block;
	font-family: inherit;
	white-space: normal;
}

.bl-testimonial-author {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	width: 100%;
	max-width: 100%;
	margin-top: 8px;
	margin-bottom: 0;
	vertical-align: middle;
	font: inherit;
	color: inherit;
}

.bl-testimonial-author--no-photo {
	grid-template-columns: minmax(0, 1fr);
}

.bl-testimonial-author__photo {
	display: inline-flex;
	width: 48px;
	height: 48px;
	overflow: hidden;
	border-radius: 50%;
	background: #f2f2f2;
}

.bl-testimonial-author__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bl-testimonial-author__content {
	display: block;
	min-width: 0;
	align-self: center;
	overflow-wrap: normal;
	word-break: normal;
	font: inherit;
	color: inherit;
	line-height: inherit;
}

.bl-testimonial-author__name {
	display: block;
	font-weight: inherit;
	line-height: inherit;
}

.bl-testimonial-author__title {
	display: block;
	font-weight: inherit;
	line-height: inherit;
}

.bl-testimonial-author-photo-field__preview {
	margin-bottom: 10px;
}

.bl-testimonial-author-photo-field__preview img {
	display: block;
	width: 72px;
	height: 72px;
	object-fit: cover;
	border-radius: 50%;
}
