.bmc-hero-proof-strip,
.bmc-hero-proof-strip * {
	box-sizing: border-box;
}

.bmc-hero-proof-strip {
	position: relative;
	width: min(calc(100% - 32px), 1240px);
	margin: 16px auto 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-left: 4px solid #009900;
	border-radius: 6px;
	background: #171719;
	box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.22);
	color: #fff;
	font-family: inherit;
}

.bmc-hps-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bmc-hps-cell {
	display: flex;
	min-height: 112px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 12px;
	text-align: center;
}

.bmc-hps-cell:nth-child(2),
.bmc-hps-cell:nth-child(4) {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.bmc-hps-cell:nth-child(n + 3) {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bmc-hps-cell--trustpilot {
	grid-column: span 2;
}

.bmc-hps-logos {
	display: flex;
	width: 100%;
	min-height: 52px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 12px;
	row-gap: 12px;
}

.bmc-hps-logo {
	display: block;
	max-width: none !important;
	object-fit: contain;
	opacity: 0.95;
	border: 0;
	box-shadow: none;
	margin: 0 !important;
}

/* Platform row */
.bmc-hps-logo--steam {
	width: 48px;
	height: 16px;
}

.bmc-hps-logo--windows {
	width: 16px;
	height: 16px;
}

.bmc-hps-logo--apple {
	width: 12px;
	height: 16px;
}

.bmc-hps-logo--google-play-icon {
	width: 16px;
	height: 16px;
}

.bmc-hps-logo--xbox {
	width: 16px;
	height: 16px;
}

.bmc-hps-logo--playstation {
	width: 20px;
	height: 16px;
}

.bmc-hps-logo--nintendo {
	width: 48px;
	height: 12px;
}

/* Indie studios row */
.bmc-hps-logo--believor {
	width: 80px;
	height: 24px;
}

.bmc-hps-logo--minimalist-rally {
	width: 28px;
	height: 28px;
}

/* AAA studios row */
.bmc-hps-logo--activision,
.bmc-hps-logo--blizzard,
.bmc-hps-logo--capcom,
.bmc-hps-logo--square-enix {
	width: 40px;
	height: 12px;
}

.bmc-hps-logo--ubisoft {
	width: 12px;
	height: 12px;
}

.bmc-hps-logo--ea {
	width: 16px;
	height: 16px;
}

/* Released row */
.bmc-hps-logo--spotify,
.bmc-hps-logo--apple-music {
	width: 64px;
	height: 20px;
}

.bmc-hps-logo--youtube-music {
	width: 80px;
	height: 20px;
}

/* Trustpilot */
.bmc-hps-logo--trustpilot {
	width: 96px;
	height: 24px;
}

.bmc-hps-caption {
	max-width: 160px;
	margin: 0 !important;
	color: rgba(255, 255, 255, 0.58);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 12px;
	text-transform: uppercase;
}

@media (min-width: 1024px) {
	.bmc-hero-proof-strip {
		margin-top: 24px;
	}

	.bmc-hps-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.bmc-hps-cell {
		min-height: 122px;
		gap: 12px;
		padding: 20px;
		border-top: 0;
		border-left: 1px solid rgba(255, 255, 255, 0.1);
	}

	.bmc-hps-cell:nth-child(n + 3) {
		border-top: 0;
	}

	.bmc-hps-cell:first-child {
		border-left: 0;
	}

	.bmc-hps-cell--trustpilot {
		grid-column: span 1;
	}

	.bmc-hps-logos {
		min-height: 0;
		height: 48px;
		column-gap: 12px;
		row-gap: 8px;
	}

	/* Platform row desktop */
	.bmc-hps-logo--steam {
		width: 56px;
		height: 16px;
	}

	.bmc-hps-logo--windows {
		width: 20px;
		height: 20px;
	}

	.bmc-hps-logo--apple {
		width: 16px;
		height: 20px;
	}

	.bmc-hps-logo--google-play-icon {
		width: 20px;
		height: 20px;
	}

	.bmc-hps-logo--xbox {
		width: 20px;
		height: 20px;
	}

	.bmc-hps-logo--playstation {
		width: 24px;
		height: 20px;
	}

	.bmc-hps-logo--nintendo {
		width: 56px;
		height: 12px;
	}

	/* Indie studios row desktop */
	.bmc-hps-logo--believor {
		width: 112px;
		height: 32px;
	}

	.bmc-hps-logo--minimalist-rally {
		width: 32px;
		height: 32px;
	}

	/* AAA studios row desktop */
	.bmc-hps-logo--activision,
	.bmc-hps-logo--blizzard,
	.bmc-hps-logo--capcom,
	.bmc-hps-logo--square-enix {
		width: 48px;
		height: 12px;
	}

	.bmc-hps-logo--ubisoft {
		width: 16px;
		height: 16px;
	}

	.bmc-hps-logo--ea {
		width: 20px;
		height: 20px;
	}

	/* Trustpilot desktop */
	.bmc-hps-logo--trustpilot {
		width: 128px;
		height: 28px;
	}

	.bmc-hps-caption {
		max-width: 190px;
		font-size: 11px;
		letter-spacing: 0.14em;
		line-height: normal;
	}
}

@media (max-width: 420px) {
	.bmc-hero-proof-strip {
		width: min(calc(100% - 20px), 1240px);
		box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.2);
	}

	.bmc-hps-cell {
		padding: 10px 8px;
	}
}
