.expert-details-wrapper {
	display: inline-flex;
	flex-direction: column;
	 gap: 10px;
}

.expert-details__label {
	font-family: "Poppins", Sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3em;
	color: var( --e-global-color-primary );
	text-transform: uppercase;
}

.expert-details {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 15px;
	background: white;
	border-radius: 8px;
	padding: 8px 28px 8px 8px;
	display: inline-flex;
	box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
}

.expert-details__photo img,
.expert-details__photo svg {
	display: block;
	width: 56px;
	height: 56px;
	object-fit: cover;
	border-radius: 50%;
	flex: 0 0 auto;
	aspect-ratio: 1/1;
}

.expert-details__text {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.expert-details__name,
.expert-details__bio {
	margin: 0;
	line-height: 1.1;
	max-width: 250px;
}

.expert-details__name {
	color: #000;
	font-weight: 500;
	font-size: 0.9rem;
}

.expert-details__bio {
	font-weight: normal;
	opacity: 0.6;
	font-size: 0.85rem;
}
