.gtc\:payment-methods__list {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	list-style: none;
	justify-content: center;
	width: 100%;
}

.v-stack .gtc\:payment-methods__list {
	margin: 0;
	justify-content: start;
}

.gtc\:payment-methods__list-item {
	width: 2.375rem;
	height: 1.5rem;
}