/* Createo Google Reviews — stiluri neutre, moștenesc fontul temei. */

.cgr-wrap {
	--cgr-star: #fbbc04;
	--cgr-star-empty: #d7d7d7;
	--cgr-border: rgba(0, 0, 0, 0.09);
	--cgr-muted: #6b6f76;
	margin: 1.5em 0;
	font-size: 15px;
	line-height: 1.55;
}

/* Antet: nota generală + total */
.cgr-header {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 18px;
}

.cgr-score {
	font-size: 42px;
	font-weight: 700;
	line-height: 1;
}

.cgr-header-main {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.cgr-total {
	color: var(--cgr-muted);
	text-decoration: none;
	font-size: 14px;
}

.cgr-total:hover {
	text-decoration: underline;
}

.cgr-write {
	margin-left: auto;
	padding: 8px 16px;
	border: 1px solid var(--cgr-border);
	border-radius: 999px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	transition: background-color 0.15s ease;
}

.cgr-write:hover {
	background-color: rgba(0, 0, 0, 0.04);
}

/* Stele cu umplere fracționară */
.cgr-stars {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 2px;
}

.cgr-stars-sm {
	font-size: 14px;
	letter-spacing: 1px;
}

.cgr-stars-bg {
	color: var(--cgr-star-empty);
}

.cgr-stars-fg {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	color: var(--cgr-star);
}

/* Lista de recenzii */
.cgr-layout-grid .cgr-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 16px;
}

.cgr-layout-list .cgr-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.cgr-card {
	border: 1px solid var(--cgr-border);
	border-radius: 12px;
	padding: 16px 18px;
	background: transparent;
}

.cgr-card-head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.cgr-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.cgr-card-meta {
	min-width: 0;
}

.cgr-author {
	font-weight: 600;
	text-decoration: none;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cgr-card-sub {
	display: flex;
	align-items: center;
	gap: 8px;
}

.cgr-time {
	color: var(--cgr-muted);
	font-size: 13px;
}

.cgr-text {
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.cgr-empty {
	color: var(--cgr-muted);
	font-style: italic;
}

/* Subsol: transparență + atribuire */
.cgr-footer {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 14px;
	font-size: 12.5px;
	color: var(--cgr-muted);
}

.cgr-attribution {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

.cgr-attribution:hover {
	text-decoration: underline;
}

.cgr-admin-note {
	padding: 12px 16px;
	border: 1px dashed #c3c4c7;
	border-radius: 8px;
	color: #50575e;
	font-size: 14px;
}

@media (max-width: 480px) {
	.cgr-write {
		margin-left: 0;
	}
}
