.geo-reviews {
	--star: #f3a712;
	--cta: #15161a;
	--ink: #16181c;
	--muted: #74787f;
	--line: #e7e8eb;
	--card: #fff;
	--radius: 22px;

	background: #f1f2f4;
	color: var(--ink);
}

.geo-reviews * {
	box-sizing: border-box;
}

.geo-reviews svg {
	display: block;
}

.geo-reviews .rc {
	container-type: inline-size;
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	font-family: "Hanken Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	-webkit-font-smoothing: antialiased;
}

.geo-reviews .rc-head {
	display: none;
	margin: 0 0 22px;
}

.geo-reviews .rc-head .eyebrow {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #9aa0a8;
}

.geo-reviews .rc-head h2 {
	margin: 7px 0 0;
	font-size: 27px;
	font-weight: 800;
	letter-spacing: 0;
}

.geo-reviews .rc-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
}

.geo-reviews .visit-card,
.geo-reviews .review {
	background: var(--card);
	border: 1px solid #eef0f2;
}

.geo-reviews .visit-card {
	overflow: hidden;
	border-radius: var(--radius);
	box-shadow: 0 22px 44px -30px rgba(16, 18, 24, 0.4);
}

.geo-reviews .map {
	position: relative;
	display: block;
	height: 172px;
	background: #e6ebed;
	color: #33363b;
}

.geo-reviews .map-img {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.geo-reviews .addr-chip,
.geo-reviews .map-ext {
	position: absolute;
	z-index: 4;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid var(--line);
	box-shadow: 0 4px 12px -6px rgba(13, 16, 22, 0.3);
}

.geo-reviews .addr-chip {
	left: 13px;
	right: 13px;
	bottom: 13px;
	display: flex;
	align-items: center;
	gap: 7px;
	width: fit-content;
	max-width: calc(100% - 26px);
	padding: 7px 11px;
	border-radius: 11px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.25;
}

.geo-reviews .map-ext {
	top: 13px;
	right: 13px;
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 10px;
	pointer-events: none;
}

.geo-reviews .visit-body {
	padding: 19px;
}

.geo-reviews .vhead {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.geo-reviews .store {
	font-size: 22px;
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: 0;
}

.geo-reviews .addr {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 4px;
	color: var(--muted);
	font-size: 12.5px;
}

.geo-reviews .gbadge {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 6px;
	padding: 5px 11px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 999px;
	color: #3b3e44;
	font-size: 11.5px;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
}

.geo-reviews .gstar {
	color: var(--star);
	font-size: 11px;
	line-height: 1;
}

.geo-reviews .rating {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 17px;
}

.geo-reviews .score {
	font-size: 54px;
	font-weight: 800;
	line-height: 0.82;
	letter-spacing: 0;
}

.geo-reviews .rcol {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.geo-reviews .rcol .stars {
	color: var(--star);
	font-size: 19px;
	letter-spacing: 2px;
	line-height: 1;
}

.geo-reviews .rcol .count {
	font-size: 15px;
	font-weight: 700;
}

.geo-reviews .rcol .count b {
	box-shadow: inset 0 -8px 0 color-mix(in srgb, var(--star) 26%, transparent);
}

.geo-reviews .rcol .source {
	color: var(--muted);
	font-size: 12px;
}

.geo-reviews .tenure {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.geo-reviews .chip {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 13px;
	background: #fafbfc;
	border: 1px solid var(--line);
	border-radius: 999px;
	color: #41444a;
	font-size: 12.5px;
	font-weight: 600;
}

.geo-reviews .dotg {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--star);
}

.geo-reviews .cta-primary,
.geo-reviews .cta-ghost {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.geo-reviews .cta-primary {
	width: 100%;
	height: 54px;
	gap: 9px;
	margin-top: 18px;
	background: var(--cta);
	border-radius: 15px;
	color: #fff;
	font-size: 15.5px;
	font-weight: 700;
	transition: transform 0.12s ease;
}

.geo-reviews .cta-primary:active {
	transform: scale(0.985);
}

.geo-reviews .cta-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 10px;
}

.geo-reviews .cta-row:empty {
	display: none;
}

.geo-reviews .cta-ghost {
	height: 50px;
	gap: 8px;
	background: #fff;
	border: 1.5px solid #dcdee2;
	border-radius: 15px;
	color: #23262b;
	font-size: 14px;
	font-weight: 600;
	transition: background 0.12s ease;
}

.geo-reviews .cta-ghost:active {
	background: #f6f7f8;
}

.geo-reviews .reviews {
	margin-top: 20px;
}

.geo-reviews .sec-label {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 4px 12px;
	color: #9aa0a8;
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.geo-reviews .sec-label::after {
	content: "";
	flex: 1;
	height: 1px;
	background: var(--line);
}

.geo-reviews .rv-stage {
	position: relative;
}

.geo-reviews .review {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 228px;
	padding: 18px 18px 17px;
	border-radius: 18px;
	box-shadow: 0 10px 26px -22px rgba(16, 18, 24, 0.4);
}

.geo-reviews .review-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.geo-reviews .review-top .stars {
	color: var(--star);
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 1;
}

.geo-reviews .review-text {
	flex: 1;
	margin: 13px 0 0;
	color: #2c2f34;
	font-size: 14.5px;
	line-height: 1.5;
}

.geo-reviews .review-by {
	display: flex;
	align-items: center;
	gap: 11px;
	margin-top: 16px;
}

.geo-reviews .review-by cite {
	font-style: normal;
}

.geo-reviews .avatar {
	display: grid;
	flex: 0 0 auto;
	width: 38px;
	height: 38px;
	place-items: center;
	background: var(--cta);
	border-radius: 50%;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}

.geo-reviews .rv-name,
.geo-reviews .rv-date {
	display: block;
}

.geo-reviews .rv-name {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.1;
}

.geo-reviews .rv-date {
	margin-top: 1px;
	color: var(--muted);
	font-size: 12px;
}

.geo-reviews .rv-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin: 15px 0 4px;
}

.geo-reviews .navbtn {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	background: #fff;
	border: 1.5px solid #dcdee2;
	border-radius: 50%;
	color: #23262b;
	transition: background 0.12s ease, transform 0.12s ease;
}

.geo-reviews .navbtn:hover {
	background: #f6f7f8;
}

.geo-reviews .navbtn:active {
	transform: scale(0.94);
}

.geo-reviews .navbtn.side {
	display: none;
}

.geo-reviews .rv-dots {
	position: static;
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0;
}

.geo-reviews .rv-dots [data-bs-target] {
	width: 7px;
	height: 7px;
	margin: 0;
	padding: 0;
	background: #cfd2d7;
	border: 0;
	border-radius: 50%;
	box-sizing: content-box;
	opacity: 1;
	text-indent: 0;
	transition: width 0.2s ease, background 0.2s ease;
}

.geo-reviews .rv-dots [data-bs-target].active {
	width: 20px;
	background: var(--cta);
	border-radius: 5px;
}

.geo-reviews .readall {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin: 8px 4px 0;
	padding: 13px;
	background: #fafbfc;
	border: 1px dashed #d4d7db;
	border-radius: 14px;
	color: #3b3e44;
	font-size: 13.5px;
	font-weight: 600;
	text-decoration: none;
}

.geo-reviews .readall:hover {
	background: #f3f4f6;
}

@container (min-width: 760px) {
	.geo-reviews .rc-head {
		display: block;
	}

	.geo-reviews .rc-grid {
		grid-template-columns: 362px 1fr;
		gap: 34px;
		align-items: start;
	}

	.geo-reviews .visit-card .map {
		height: 184px;
	}

	.geo-reviews .reviews {
		display: flex;
		flex-direction: column;
		margin-top: 0;
	}

	.geo-reviews .sec-label {
		margin-bottom: 16px;
		font-size: 12.5px;
	}

	.geo-reviews .rv-stage {
		margin: 0 6px;
	}

	.geo-reviews .review {
		min-height: 264px;
		padding: 30px 32px 26px;
		border-radius: 20px;
	}

	.geo-reviews .review::before {
		content: "\201C";
		position: absolute;
		top: 8px;
		right: 26px;
		color: color-mix(in srgb, var(--star) 22%, transparent);
		font-family: Georgia, serif;
		font-size: 80px;
		line-height: 1;
		pointer-events: none;
	}

	.geo-reviews .review-text {
		margin-top: 18px;
		font-size: 18px;
		line-height: 1.62;
	}

	.geo-reviews .review-top .stars {
		font-size: 21px;
	}

	.geo-reviews .avatar {
		width: 44px;
		height: 44px;
		font-size: 17px;
	}

	.geo-reviews .rv-name {
		font-size: 15.5px;
	}

	.geo-reviews .rv-date {
		font-size: 12.5px;
	}

	.geo-reviews .navbtn.inline {
		display: none;
	}

	.geo-reviews .navbtn.side {
		position: absolute;
		top: 44%;
		z-index: 6;
		display: grid;
		width: 44px;
		height: 44px;
		box-shadow: 0 8px 20px -10px rgba(16, 18, 24, 0.35);
		transform: translateY(-50%);
	}

	.geo-reviews .navbtn.side:active {
		transform: translateY(-50%) scale(0.94);
	}

	.geo-reviews .navbtn.side.prev {
		left: -20px;
	}

	.geo-reviews .navbtn.side.next {
		right: -20px;
	}

	.geo-reviews .rv-controls {
		margin-top: 18px;
	}

	.geo-reviews .readall {
		align-self: center;
		min-width: 320px;
		margin-top: 16px;
	}

	.geo-reviews .score {
		font-size: 58px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.geo-reviews .carousel-item {
		transition: none !important;
	}
}

.geo-reviews.rc-section {
	padding: 48px 24px;
}
