.mgasl-plan-selector {
	max-width: 520px;
	margin: 0 auto 24px;
	padding: 20px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	background: #fafafa;
	font-family: inherit;
}

.mgasl-plan-title {
	margin: 0 0 4px;
	font-size: 18px;
}

.mgasl-plan-subtitle {
	margin: 0 0 12px;
	color: #555;
}

.mgasl-plan-options {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 12px;
}

.mgasl-plan-option {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 12px;
	border: 1px solid #ddd;
	border-radius: 6px;
	background: #fff;
	cursor: pointer;
}

.mgasl-plan-fields {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 10px;
}

.mgasl-plan-fields input[type="text"],
.mgasl-plan-fields input[type="email"] {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
}

#mgasl-card-element {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	background: #fff;
}

.mgasl-plan-submit {
	padding: 10px 16px;
	border: 0;
	border-radius: 6px;
	background: #1a7f37;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
}

.mgasl-plan-submit:hover {
	background: #146c2e;
}

.mgasl-plan-msg {
	min-height: 1.2em;
	color: #333;
	font-size: 14px;
}
