.draive-mgm-box {
	max-width: 500px;
	margin: 20px auto;
}
.draive-mgm-card {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 28px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.draive-mgm-card h3 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.5rem;
	color: #2b6cb0;
}
.draive-mgm-card p {
	color: #4a5568;
	font-size: 0.95rem;
	margin-bottom: 20px;
}
.draive-form-group {
	margin-bottom: 18px;
	text-align: left;
}
.draive-form-group label {
	display: block;
	font-weight: 600;
	font-size: 0.875rem;
	color: #2d3748;
	margin-bottom: 6px;
}
.draive-form-group input {
	width: 100%;
	padding: 10px 14px;
	border: 1px solid #cbd5e0;
	border-radius: 6px;
	font-size: 1rem;
	box-sizing: border-box;
}
.draive-btn-submit {
	width: 100%;
	background: #3182ce;
	color: #ffffff;
	padding: 12px 20px;
	border: none;
	border-radius: 6px;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
}
.draive-btn-submit:hover {
	background: #2b6cb0;
}
.draive-alert {
	padding: 14px;
	border-radius: 6px;
	margin-bottom: 15px;
	font-size: 0.9rem;
}
.draive-alert-warning {
	background: #feebc8;
	color: #744210;
}
.draive-alert-success {
	background: #c6f6d5;
	color: #22543d;
}
.draive-alert-error {
	background: #fed7d7;
	color: #742a2a;
}
