.kk-purchase-confidence {
	margin: 16px 0 0;
	padding: 14px 16px;
	border-left: 4px solid var(--kk-accent, #f47a00);
	background: #fff8f0;
}

.kk-purchase-confidence ul {
	display: grid;
	gap: 8px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.kk-purchase-confidence li {
	position: relative;
	margin: 0 !important;
	padding-left: 24px;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.35;
}

.kk-purchase-confidence li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--kk-accent, #f47a00);
	font-weight: 900;
}

.kk-purchase-confidence a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.kk-purchase-confidence li[data-source="woocommerce_enabled_payment_gateways"]::before {
	content: none;
}

.kk-purchase-confidence li[data-source="woocommerce_enabled_payment_gateways"] {
	padding-left: 0;
}

.kk-payment-methods__label {
	display: block;
	margin-bottom: 8px;
}

.kk-payment-methods {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.kk-payment-method {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 46px;
	min-height: 30px;
	padding: 4px 7px;
	border: 1px solid #d7dbe0;
	border-radius: 4px;
	background: #fff;
}

.kk-payment-method img {
	display: block;
	width: auto;
	max-width: 64px;
	height: 24px;
	max-height: 24px;
	margin: 0 !important;
}

.kk-commercial-footer-links {
	max-width: 1170px;
	margin: 1rem auto;
	padding: 0 1rem;
}

.kk-commercial-footer-links ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	margin: 0;
	padding: 0;
	list-style: none;
}
