.nt-styler-content .wn-payment-methods ul.wn-payment-methods__grid {
	grid-template-columns: repeat(auto-fill, minmax(9.5rem, 1fr));
	gap: 1rem;
}

.wn-payment-methods__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	padding: 1rem 0.75rem;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	background: #fff;
	text-align: center;
}

.wn-payment-methods__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
}

.wn-payment-methods__logo img {
	display: block;
	width: auto;
	max-width: 64px;
	height: 40px;
	object-fit: contain;
}

.wn-payment-methods__label {
	font-weight: 600;
	font-size: 0.95rem;
	line-height: 1.3;
	color: inherit;
}

.wn-payment-methods__desc {
	font-size: 0.82rem;
	line-height: 1.4;
	color: rgba(0, 0, 0, 0.62);
}

.nt-styler-content .wn-payment-methods .wp-block-paragraph:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.nt-styler-content .wn-payment-methods ul.wn-payment-methods__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
