.sah-stripe-checkout-wrapper {
	max-width: 400px;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: #fff;
}
.sah-form-group {
	margin-bottom: 15px;
}
.sah-form-group label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
.sah-form-group input {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.sah-stripe-btn {
	width: 100%;
	padding: 12px;
	background: #6772E5;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	cursor: pointer;
}
.sah-stripe-btn:hover {
	background: #5469d4;
}
.sah-stripe-msg {
	padding: 20px;
	border-radius: 4px;
	text-align: center;
}
.sah-stripe-msg.success {
	background: #d4edda;
	color: #155724;
}
.sah-stripe-msg.error {
	background: #f8d7da;
	color: #721c24;
}
.sah-stripe-msg.warning {
	background: #fff3cd;
	color: #856404;
}