.medically-reviewed {
	display: flex;
	align-items: center;
	gap: 16px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
	padding: 20px 24px;
}

.medically-reviewed-avatar {
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
}

.medically-reviewed-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.medically-reviewed-avatar svg {
	width: 100%;
	height: 100%;
	display: block;
}

.medically-reviewed-content {
	flex: 1;
}

.medically-reviewed-label {
	margin: 0;
	color: #666;
	font-weight: 400;
}

.medically-reviewed-name {
	color: #7a6230;
	text-decoration: underline dotted;
	text-underline-offset: 3px;
	font-weight: 400;
}

.medically-reviewed-name:hover {
	color: #5c4820;
}

.medically-reviewed-date {
	margin: 4px 0 0;
	color: #666;
	font-weight: 400;
}

.medically-reviewed-date strong {
	font-weight: 700;
}
