.star-rating {
	color: #ffd700;
}

.review-card {
	transition: transform 0.2s;
}

.review-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.avatar {
	width: 48px;
	height: 48px;
	background-color: #e9ecef;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #6c757d;
}