.msc-author-box,
.msc-reviewer-box {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	border-radius: 12px;
	padding: 16px 18px;
	margin: 28px 0;
	border: 1px solid #e2e2df;
}

.msc-author-box {
	background: #f7f7f5;
}

.msc-reviewer-box {
	background: #eaf6f0;
	border-color: #cbe8d9;
}

.msc-avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
	display: block;
}

.msc-reviewer-photo-wrap {
	position: relative;
	flex-shrink: 0;
}

.msc-check-badge {
	position: absolute;
	bottom: -2px;
	right: -2px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #1f7a4d;
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #eaf6f0;
}

.msc-info {
	flex: 1;
}

.msc-label {
	font-size: 13px;
	color: #6b6b66;
	margin: 0 0 2px;
}

.msc-name {
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 4px;
}

.msc-name a {
	color: #1a1a18;
	text-decoration: none;
}

.msc-name a:hover {
	text-decoration: underline;
}

.msc-credential {
	font-size: 13px;
	color: #555550;
	margin: 0;
	line-height: 1.5;
}