.membexa-pricing-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 20px;
	margin: 24px 0;
}

.membexa-plan-card {
	padding: 24px;
	border: 1px solid currentColor;
	border-radius: 8px;
}

.membexa-plan-card h3 {
	margin-top: 0;
}

.membexa-plan-card.membexa-plan-selected {
	outline: 3px solid #2271b1;
	outline-offset: 3px;
}

.membexa-price {
	margin: 12px 0;
	font-size: 1.5em;
	font-weight: 700;
}

.membexa-features {
	padding-inline-start: 1.2em;
}

.membexa-checkout-form {
	display: grid;
	gap: 10px;
	margin-top: 20px;
}

.membexa-checkout-form label {
	font-weight: 600;
}

.membexa-checkout-form select,
.membexa-form input,
.membexa-form select {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	padding: 9px;
	font: inherit;
	border: 1px solid currentColor;
	border-radius: 4px;
	background: transparent;
}

.membexa-button {
	display: inline-block;
	padding: 10px 16px;
	font: inherit;
	color: #fff;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: #1d2327;
	border: 0;
	border-radius: 4px;
}

.membexa-checkout-form .membexa-button {
	width: 100%;
}

.membexa-button:hover,
.membexa-button:focus {
	color: #fff;
	background: #2c3338;
}

.membexa-form {
	max-width: 560px;
}

.membexa-form label {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
}

.membexa-form small {
	display: block;
	margin-top: 4px;
}

.membexa-notice,
.membexa-access-message {
	padding: 12px 16px;
	margin: 16px 0;
	background: rgba(0, 0, 0, 0.04);
	border-inline-start: 4px solid #2271b1;
}

.membexa-table {
	width: 100%;
	border-collapse: collapse;
}

.membexa-table th,
.membexa-table td {
	padding: 10px 8px;
	text-align: start;
	border-bottom: 1px solid currentColor;
}

.membexa-link-button {
	padding: 0;
	color: inherit;
	text-decoration: underline;
	cursor: pointer;
	background: none;
	border: 0;
}

@media (max-width: 640px) {
	.membexa-table {
		display: block;
		overflow-x: auto;
	}
}
