:root {
	--vt-review-bg: rgba(10, 14, 24, 0.72);
	--vt-review-text: #ffffff;
	--vt-review-muted: rgba(255, 255, 255, 0.72);
	--vt-review-star: #f8c14a;
	--vt-review-radius: 9999px;
	--vt-review-gap: 10px;
}

.vt-review-badges {
	color: var(--vt-review-text);
	display: inline-flex;
	flex-direction: column;
	font-family: inherit;
	gap: calc(var(--vt-review-gap) * 0.8);
	max-width: 100%;
}

.vt-review-badges__title {
	color: var(--vt-review-muted);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2;
}

.vt-review-badges__items {
	display: flex;
	flex-wrap: wrap;
	gap: var(--vt-review-gap);
}

.vt-review-badges--stacked .vt-review-badges__items {
	align-items: stretch;
	flex-direction: column;
}

.vt-review-badge {
	align-items: center;
	backdrop-filter: blur(16px);
	background: var(--vt-review-bg);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--vt-review-radius);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
	box-sizing: border-box;
	color: var(--vt-review-text);
	display: inline-flex;
	gap: 8px;
	line-height: 1;
	min-height: 42px;
	padding: 16px 18px;
	text-decoration: none;
	-webkit-backdrop-filter: blur(16px);
}

.vt-review-badge:hover,
.vt-review-badge:focus {
	color: var(--vt-review-text);
	text-decoration: none;
}

.vt-review-badge:focus-visible {
	outline: 2px solid var(--vt-review-star);
	outline-offset: 3px;
}

.vt-review-badge__platform {
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.vt-review-badge__stars {
	color: var(--vt-review-star);
	font-size: 13px;
	letter-spacing: 1px;
	white-space: nowrap;
}

.vt-review-badge__rating {
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.vt-review-badge__count {
	color: var(--vt-review-muted);
	font-size: 12px;
	white-space: nowrap;
}

.vt-review-trust-pill {
	align-items: center;
	backdrop-filter: blur(16px);
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(255, 255, 255, 0.68);
	border-radius: 999px;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.14);
	box-sizing: border-box;
	color: #10172a;
	display: inline-flex;
	font-family: inherit;
	gap: 11px;
	line-height: 1;
	max-width: 100%;
	min-height: 44px;
	padding: 8px 16px 8px 11px;
	-webkit-backdrop-filter: blur(16px);
}

.vt-review-trust-pill__avatars {
	display: flex;
	flex: 0 0 auto;
	padding-right: 4px;
}

.vt-review-trust-pill__avatar {
	background: #e5e7eb;
	border: 2px solid rgba(255, 255, 255, 0.95);
	border-radius: 999px;
	box-shadow: 0 3px 7px rgba(15, 23, 42, 0.18);
	display: block;
	height: 29px;
	margin-right: -7px;
	overflow: hidden;
	width: 29px;
}

.vt-review-trust-pill__avatar img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vt-review-trust-pill__content {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}

.vt-review-trust-pill__text {
	color: #111827;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.1;
	white-space: nowrap;
}

.vt-review-trust-pill__rating-row {
	align-items: center;
	display: flex;
	gap: 11px;
}

.vt-review-trust-pill__stars {
	color: #ffb400;
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 0.8;
	white-space: nowrap;
}

.vt-review-trust-pill__rating {
	color: #111827;
	font-size: 11px;
	font-weight: 700;
	white-space: nowrap;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

@media (max-width: 600px) {
	.vt-review-badges,
	.vt-review-badges__items,
	.vt-review-badge {
		width: 100%;
	}

	.vt-review-badges__items {
		flex-direction: column;
	}

	.vt-review-badge {
		flex-wrap: wrap;
		justify-content: center;
	}

	.vt-review-trust-pill {
		border-radius: 18px;
		flex-direction: column;
		gap: 8px;
		min-height: 0;
		padding: 12px;
		text-align: center;
		width: 100%;
	}

	.vt-review-trust-pill__avatars {
		justify-content: center;
	}

	.vt-review-trust-pill__text {
		font-size: 14px;
		white-space: normal;
	}

	.vt-review-trust-pill__rating-row {
		gap: 8px;
		justify-content: center;
	}

	.vt-review-trust-pill__stars {
		font-size: 20px;
	}

	.vt-review-trust-pill__rating {
		font-size: 14px;
	}
}
