/* Footer payment icons — sized to native resolution to avoid blur */
.pay {
	flex-wrap: wrap;
}

.pay .cards {
	display: block;
	width: auto;
	max-width: none;
	height: 24px;
	flex-shrink: 0;
}

.pay .ssl-badge {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	height: 24px;
	padding: 0 9px;
	background: #fff;
	border: 0;
	border-radius: 5px;
	color: #0b6b3a;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .02em;
	white-space: nowrap;
	flex-shrink: 0;
	line-height: 1;
}

.pay .ssl-badge svg {
	width: 11px;
	height: 11px;
	flex-shrink: 0;
}

@media (max-width: 600px) {
	.pay .cards {
		height: 18px;
	}

	.pay .ssl-badge {
		height: 18px;
		padding: 0 7px;
		font-size: 8px;
		gap: 3px;
	}

	.pay .ssl-badge svg {
		width: 9px;
		height: 9px;
	}
}
