.bandbaja-google-reviews-widget {
	--bandbaja-review-items: 5;
	--bandbaja-review-gap: 18px;
	--bandbaja-review-bg: #f6f6f9;
	--bandbaja-review-text: #1d1d1f;
	--bandbaja-review-muted: #8d8d95;
	--bandbaja-review-blue: #2f7cf6;
	--bandbaja-review-star: #ffbf00;
	width: 100%;
	margin: 0 auto;
	color: var(--bandbaja-review-text);
	font-family: 'Inter', sans-serif;
}

.bandbaja-google-reviews-widget__title {
	margin: 0 0 28px;
	text-align: center;
	color: #0a0d12;
	-webkit-text-stroke-color: #0a0d12;
	font-family: 'Arapey', sans-serif;
	font-size: 64px;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: -3.2px;
}

.bandbaja-google-reviews-widget__subtitle {
	max-width: 720px;
	margin: -10px auto 28px;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	color: #6f6c67;
}

.bandbaja-google-reviews-widget__summary-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 24px;
	border-radius: 12px;
	background: var(--bandbaja-review-bg);
}

.bandbaja-google-reviews-widget__brand {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.bandbaja-google-reviews-widget__brand-label {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}

.bandbaja-google-reviews-widget__google {
	background: linear-gradient(90deg, #4285f4 0 25%, #ea4335 25% 50%, #fbbc05 50% 75%, #34a853 75% 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.bandbaja-google-reviews-widget__summary {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
}

.bandbaja-google-reviews-widget__summary-rating {
	font-size: 18px;
	font-weight: 800;
	color: #111;
}

.bandbaja-google-reviews-widget__summary-stars {
	color: var(--bandbaja-review-star);
	letter-spacing: 1px;
}

.bandbaja-google-reviews-widget__summary-count {
	color: var(--bandbaja-review-muted);
}

.bandbaja-google-reviews-widget__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border-radius: 999px;
	background: var(--bandbaja-review-blue);
	color: #fff !important;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.bandbaja-google-reviews-widget__carousel {
	position: relative;
	margin-top: 20px;
}

.bandbaja-google-reviews-widget__viewport {
	overflow: hidden;
	cursor: grab;
	user-select: none;
}

.bandbaja-google-reviews-widget__track {
	display: flex;
	width: max-content;
	gap: var(--bandbaja-review-gap);
	will-change: transform;
}

.bandbaja-google-reviews-widget.is-dragging .bandbaja-google-reviews-widget__viewport {
	cursor: grabbing;
}

.bandbaja-google-reviews-widget__lane {
	display: flex;
	gap: var(--bandbaja-review-gap);
}

.bandbaja-google-reviews-widget__card {
	width: calc((100vw - 160px) / var(--bandbaja-review-items));
	max-width: calc((100vw - 160px) / var(--bandbaja-review-items));
	min-width: calc((100vw - 160px) / var(--bandbaja-review-items));
	padding: 22px 18px 20px;
	border-radius: 12px;
	background: var(--bandbaja-review-bg);
	box-sizing: border-box;
}

.bandbaja-google-reviews-widget__card-top {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
}

.bandbaja-google-reviews-widget__avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.bandbaja-google-reviews-widget__avatar--fallback {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #dd2a7b;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

.bandbaja-google-reviews-widget__meta {
	min-width: 0;
}

.bandbaja-google-reviews-widget__author-row {
	display: flex;
	align-items: center;
	gap: 6px;
}

.bandbaja-google-reviews-widget__author {
	margin: 0 0 12px;
	color: #0a0d12;
	font-family: 'Arapey', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.72px;
}

.bandbaja-google-reviews-widget__badge {
	color: var(--bandbaja-review-blue);
	font-size: 11px;
}

.bandbaja-google-reviews-widget__time {
	margin-top: 3px;
	font-size: 13px;
	color: var(--bandbaja-review-muted);
}

.bandbaja-google-reviews-widget__stars {
	margin-bottom: 12px;
	color: var(--bandbaja-review-star);
	font-size: 18px;
	letter-spacing: 1px;
}

.bandbaja-google-reviews-widget__text {
	font-size: 16px;
	line-height: 22px;
	color: #313136;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.bandbaja-google-reviews-widget__link {
	display: inline-block;
	margin-top: 10px;
	color: var(--bandbaja-review-blue);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.bandbaja-google-reviews-widget__note,
.bandbaja-google-reviews-widget__notice {
	margin-top: 14px;
	font-size: 12px;
	color: var(--bandbaja-review-muted);
}

@media screen and (max-width: 1279px) {
	.bandbaja-google-reviews-widget__card {
		width: calc((100vw - 120px) / min(var(--bandbaja-review-items), 4));
	}
}

@media screen and (max-width: 1024px) {
	.bandbaja-google-reviews-widget__summary-bar {
		flex-direction: column;
		align-items: flex-start;
	}

	.bandbaja-google-reviews-widget__card {
		max-width: 260px;
		min-width: 260px;
		width: 260px;
	}
}

@media screen and (max-width: 767px) {
	.bandbaja-google-reviews-widget__title {
		margin-bottom: 20px;
	}

	.bandbaja-google-reviews-widget__summary-bar {
		padding: 18px;
	}

	.bandbaja-google-reviews-widget__card {
		max-width: 82vw;
		min-width: 82vw;
		width: 82vw;
	}
}
