.mpf-widget {
	max-width: 720px;
	margin: 2rem auto;
	font-family: inherit;
	color: #1f2937;
}
.mpf-form {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	padding: 1.5rem;
}
.mpf-title {
	margin: 0 0 0.25rem;
	font-size: 1.4rem;
}
.mpf-subtitle {
	margin: 0 0 1rem;
	color: #64748b;
	font-size: 0.95rem;
}
.mpf-row {
	display: flex;
	gap: 1rem;
	margin-bottom: 1rem;
	flex-wrap: wrap;
}
.mpf-row label {
	flex: 1 1 200px;
	display: flex;
	flex-direction: column;
	font-size: 0.85rem;
	font-weight: 600;
	color: #334155;
	gap: 0.35rem;
}
.mpf-row input,
.mpf-row select {
	padding: 0.55rem 0.65rem;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	font-size: 1rem;
}
.mpf-row-checkbox {
	align-items: center;
}
.mpf-checkbox {
	flex-direction: row !important;
	align-items: center;
	gap: 0.5rem !important;
}
.mpf-submit-btn {
	background: #2563eb;
	color: #fff;
	border: none;
	padding: 0.75rem 1.25rem;
	border-radius: 6px;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
}
.mpf-submit-btn:hover {
	background: #1d4ed8;
}
.mpf-lead-gate {
	background: #fff7ed;
	border: 1px solid #fed7aa;
	border-radius: 10px;
	padding: 1.5rem;
	margin-top: 1rem;
}
.mpf-results {
	margin-top: 1.5rem;
}
.mpf-error {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #b91c1c;
	padding: 0.75rem 1rem;
	border-radius: 8px;
}
.mpf-insights {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 1rem;
	margin-bottom: 1.5rem;
}
.mpf-stat {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	padding: 1rem;
	text-align: center;
}
.mpf-stat .mpf-stat-value {
	font-size: 1.5rem;
	font-weight: 700;
	color: #2563eb;
}
.mpf-stat .mpf-stat-label {
	font-size: 0.8rem;
	color: #64748b;
	margin-top: 0.25rem;
}
.mpf-metal-bars {
	margin-bottom: 1.5rem;
}
.mpf-metal-bar-row {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0.4rem;
	font-size: 0.85rem;
}
.mpf-metal-bar-label {
	width: 90px;
	flex-shrink: 0;
	color: #334155;
}
.mpf-metal-bar-track {
	flex: 1;
	background: #f1f5f9;
	border-radius: 4px;
	height: 10px;
	overflow: hidden;
}
.mpf-metal-bar-fill {
	background: #2563eb;
	height: 100%;
}
.mpf-plan-card {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	padding: 1rem 1.25rem;
	margin-bottom: 0.75rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}
.mpf-plan-info {
	flex: 1 1 220px;
}
.mpf-plan-actions {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}
.mpf-quote-btn {
	display: inline-block;
	background: #16a34a;
	color: #fff !important;
	padding: 0.5rem 1rem;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.9rem;
	white-space: nowrap;
}
.mpf-quote-btn:hover {
	background: #15803d;
}
.mpf-plan-name {
	font-weight: 600;
}
.mpf-plan-name a {
	color: #1f2937;
	text-decoration: none;
	border-bottom: 1px dashed #94a3b8;
}
.mpf-plan-name a:hover {
	color: #2563eb;
	border-bottom-color: #2563eb;
}
.mpf-plan-meta {
	font-size: 0.85rem;
	color: #64748b;
}
.mpf-plan-premium {
	font-size: 1.2rem;
	font-weight: 700;
	color: #16a34a;
	white-space: nowrap;
}
.mpf-cta {
	text-align: center;
	margin-top: 1.5rem;
}
.mpf-cta a {
	display: inline-block;
	background: #16a34a;
	color: #fff;
	padding: 0.85rem 1.75rem;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 700;
}
.mpf-loading {
	color: #64748b;
	font-style: italic;
}
