
.blupebble-gp{
	background: #fff;
	border: 1px solid #ededed;
	border-radius: 10px;
}

.blupebble-gp.is-forced-rtl{
	direction: rtl;
}

.blupebble-gp__features{
	--bbgp-features-cols: 5;
	display: grid;
	grid-template-columns: repeat(var(--bbgp-features-cols), minmax(0, 1fr));
	align-items: stretch;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.blupebble-gp__feature-item{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 78px;
}

.blupebble-gp__feature-item.has-divider:after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 70%;
	background: #e9e9e9;
}

.blupebble-gp.is-forced-rtl .blupebble-gp__feature-item.has-divider:after{
	right: auto;
	left: 0;
}

.blupebble-gp__feature-iconwrap{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	margin-bottom: 8px;
}

.blupebble-gp__feature-icon{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.blupebble-gp__feature-icon svg{
	display: block;
}

.blupebble-gp__feature-image{
	display: block;
	max-width: 100%;
	height: auto;
}

.blupebble-gp__feature-title{
	font-size: 12px;
	line-height: 1.2;
	font-weight: 500;
	color: #222;
}

.blupebble-gp__payments{
	margin-top: 16px;
}

.blupebble-gp__payments-heading{
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	color: #222;
	margin-bottom: 10px;
}

.blupebble-gp__payments-grid{
	--bbgp-pay-cols: 6;
	display: grid;
	grid-template-columns: repeat(var(--bbgp-pay-cols), minmax(0, 1fr));
	gap: 12px;
	align-items: stretch;
}

.blupebble-gp__payment-card{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #efefef;
	border-radius: 4px;
	padding: 10px 12px;
	min-height: 50px;
}

.blupebble-gp__payment-link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.blupebble-gp__payment-logo{
	display: block;
	width: auto;
	height: 24px;
	max-width: 100%;
	object-fit: contain;
}

/* Mobile overflow safety */
@media (max-width: 480px){
	.blupebble-gp__feature-title{
		font-size: 11px;
	}
	.blupebble-gp__payments-heading{
		font-size: 16px;
	}
}
