.grp-section {
	--grp-accent: #1a73e8;
	--grp-text: #1c1c1e;
	--grp-muted: #6b7280;
	--grp-bg-card: #ffffff;
	--grp-border: #eceef1;
	width: 100%;
	max-width: 1200px;
	margin: 40px auto;
	padding: 0 15px;
	background: transparent !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	box-sizing: border-box;
}
.grp-section * { box-sizing: border-box; }

.grp-header {
	text-align: center;
	margin-bottom: 24px;
	width: 100%;
	background: transparent !important;
	padding-top: 16px !important;
	overflow: visible !important;
}
.grp-title {
	font-size: clamp(20px, 2.2vw, 28px) !important;
	font-weight: 700;
	color: inherit !important;
	margin: 0 0 8px !important;
	padding: 4px 0 !important;
	letter-spacing: -0.01em;
	line-height: 1.35 !important;
	word-break: break-word;
	overflow: visible !important;
}

.grp-summary {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	color: inherit !important;
	opacity: 0.9;
	font-size: 14.5px;
	background: transparent !important;
}
.grp-summary-score, .grp-summary-count {
	font-size: 20px;
	font-weight: 700;
	color: inherit !important;
}
.grp-summary-count {
	font-size: 14.5px;
	font-weight: 400;
}
.grp-stars { display: inline-flex; gap: 2px; }
.grp-star { width: 18px; height: 18px; color: #fbbc04; fill: currentColor; }
.grp-star-empty { color: #e0e0e0; }
.grp-card-stars { display: inline-flex; gap: 2px; margin: 8px 0; }
.grp-card-stars .grp-star { width: 16px; height: 16px; }

/* GRID */
.grp-grid .grp-track {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 20px;
}

/* CAROUSEL */
.grp-carousel { position: relative; overflow: hidden; width: 100%; background: transparent !important; }
.grp-carousel .grp-track {
	display: flex;
	gap: 20px;
	transition: transform 0.45s cubic-bezier(.4,0,.2,1);
	will-change: transform;
}
.grp-carousel .grp-card {
	flex: 0 0 calc(33.333% - 14px);
	min-width: 0;
	box-sizing: border-box;
}

.grp-card {
	background: #ffffff !important;
	border: 1px solid var(--grp-border);
	border-radius: 16px;
	padding: 20px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.06);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	display: flex;
	flex-direction: column;
	color: #202124 !important;
	text-align: left;
}
.grp-card * {
	color: inherit;
}
.grp-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}
.grp-card-top {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 4px;
}
.grp-avatar {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}
.grp-avatar-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--grp-accent);
	color: #ffffff !important;
	font-weight: 700;
	font-size: 17px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
}
.grp-author {
	font-weight: 600;
	font-size: 14px;
	color: #202124 !important;
	line-height: 1.3;
	margin: 0;
}
.grp-relative-time {
	font-size: 12px;
	color: #5f6368 !important;
	margin: 0;
}
.grp-google-logo {
	width: 20px;
	height: 20px;
	margin-left: auto;
	opacity: 0.9;
	align-self: flex-start;
}
.grp-card-text {
	font-size: 14px !important;
	line-height: 1.55 !important;
	color: #374151 !important;
	margin: 8px 0 0 0 !important;
	padding: 0 !important;
	text-align: left !important;
}

.grp-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: 22px;
}
.grp-prev, .grp-next {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1px solid rgba(0,0,0,0.12);
	background: #ffffff !important;
	color: #202124 !important;
	font-size: 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease, transform 0.15s ease;
	line-height: 1;
	padding: 0;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.grp-prev:hover, .grp-next:hover {
	background: var(--grp-accent) !important;
	color: #ffffff !important;
	border-color: var(--grp-accent) !important;
	transform: scale(1.05);
}
.grp-dots { display: flex; gap: 7px; }
.grp-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(128,128,128,0.35);
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}
.grp-dot.is-active {
	background: var(--grp-accent);
	transform: scale(1.3);
}

.grp-cta {
	display: flex;
	justify-content: center;
	gap: 14px;
	margin-top: 28px;
	flex-wrap: wrap;
}
.grp-btn {
	display: inline-block;
	padding: 11px 24px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.2s ease;
	border: 1.5px solid transparent;
}
.grp-btn-outline {
	color: inherit !important;
	border-color: currentColor !important;
	background: transparent !important;
	opacity: 0.85;
}
.grp-btn-outline:hover {
	opacity: 1;
	border-color: var(--grp-accent) !important;
	color: var(--grp-accent) !important;
}
.grp-btn-solid {
	background: var(--grp-accent) !important;
	color: #ffffff !important;
}
.grp-btn-solid:hover {
	filter: brightness(1.08);
	transform: translateY(-1px);
}

.grp-admin-notice {
	background: #fff3cd;
	border: 1px solid #ffe69c;
	color: #664d03;
	padding: 14px 18px;
	border-radius: 8px;
	font-size: 14px;
	max-width: 1200px;
	margin: 30px auto;
}


