.gr-16697-grid {
	display: grid;
	gap: 20px;
}
.gr-16697-card {
	padding: 20px;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
	border: 1px solid #eee;
}
.gr-16697-header {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.gr-16697-author-img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 15px;
}
.gr-16697-meta {
	flex-grow: 1;
}
.gr-16697-author-name {
	font-weight: 600;
	font-size: 16px;
	color: #333;
}
.gr-16697-date {
	font-size: 12px;
	color: #777;
	margin-top: 2px;
}
.gr-16697-google-icon svg {
	width: 20px;
	height: 20px;
}
.gr-16697-stars {
	margin-bottom: 15px;
	display: flex;
	gap: 2px;
}
.gr-16697-stars i {
	font-size: 16px;
}
.gr-16697-stars svg {
	width: 16px;
	height: 16px;
}
.gr-16697-text {
	font-size: 14px;
	line-height: 1.6;
	color: #555;
}
