/* GKB Memberships front-end */
.gkb-membership-confirmation {
	margin: 12px 0;
	padding: 10px 14px;
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.04);
}

.gkb-membership-card h3 {
	margin: 0 0 10px;
}

.gkb-membership-facts {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

.gkb-membership-facts li {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 8px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.gkb-membership-pay-step {
	margin: 12px 0;
	padding: 12px 14px;
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.04);
}

.gkb-membership-pay-step-error {
	background: rgba(200, 0, 0, 0.06);
}
