.bbf-rewards-overview {
	text-align: left;
}

.bbf-rewards-overview * {
	box-sizing: border-box;
}

.bbf-rewards-overview h2,
.bbf-rewards-overview h3 {
	text-align: left;
}

.bbf-rewards-hero {
	margin-bottom: 32px;
}

.bbf-rewards-hero p {
	max-width: 720px;
	color: #4f4f5f;
}

.bbf-rewards-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.bbf-reward-card {
	display: flex;
	gap: 18px;
	padding: 22px;
	border: 1px solid rgba(151, 155, 210, 0.22);
	border-radius: 14px;
	background: #fff;
	text-align: left;
}

.bbf-reward-card-points {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: #7f84bf;
	background: #f6f4ff;
	line-height: 1.1;
	flex-shrink: 0;
}

.bbf-reward-card-points span {
	font-size: 12px;
	font-weight: 400;
	color: #4f4f5f;
}

.bbf-reward-card-content h3 {
	margin: 0 0 8px;
	color: #4f4f5f;
	font-size: 23px;
}

.bbf-reward-card-content p {
	margin: 0;
	color: #4f4f5f;
	opacity: 0.82;
}

@media (max-width: 900px) {
	.bbf-rewards-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.bbf-rewards-grid {
		grid-template-columns: 1fr;
	}

	.bbf-reward-card {
		flex-direction: column;
	}
}
.bbf-app-download-options {
	display: grid;
	gap: 16px;
	margin-top: 16px;
}

.bbf-app-store-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.bbf-app-store-links .button {
	margin: 0;
	white-space: nowrap;
}

.bbf-app-qr-code {
	display: grid;
	gap: 8px;
	color: #4f4f5f;
	font-size: 13px;
}

.bbf-app-qr-code img {
	display: block;
	width: 140px;
	max-width: 100%;
	height: auto;
	margin: 0;
}

@media (max-width: 640px) {
	.bbf-app-download-options {
		gap: 18px;
	}

	.bbf-app-store-links {
		display: grid;
		width: 100%;
	}

	.bbf-app-store-links .button {
		width: 100%;
		text-align: center;
	}

	.bbf-app-qr-code {
		gap: 6px;
	}

	.bbf-app-qr-code img {
		width: 128px;
	}
}
