.expert-comment-box {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 24px 0;
	padding: 24px;
	background-color: #36303B;
	border: 1px solid #EDEBEF;
	border-radius: 12px;
}

.expert-comment-box__image {
	width: 120px;
	height: 40px;
	background-color: #EFEFEF;
	border-radius: 4px;
	overflow: hidden;
}

.expert-comment-box__image > img {
	margin: 0;
	object-fit: contain;
}

.expert-comment-box__comment {
	font-size: 16px;
	line-height: 24px;
	color: #EDEBEF;
}

.expert-comment-box__user {
	display: flex;
	align-items: center;
	gap: 10px;
}

.expert-comment-box__avatar {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
}

.expert-comment-box__user-name {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #EDEBEF;
}

.expert-comment-box__user-position {
	font-size: 14px;
	line-height: 20px;
	color: #C0B9C7;
}
