
.mpt-wrapper { border: 1px solid #e5e7eb; padding: 16px; border-radius: 12px; max-width: 680px; margin: 16px auto; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; background: #fff; }
.mpt-title { background: #111827; color: #fff; padding: 12px 16px; border-radius: 10px; font-weight: 700; font-size: 18px; text-transform: capitalize; text-align: center; margin-bottom: 16px; }
.mpt-row { display: flex; flex-direction: column; gap: 8px; margin-bottom: 12px; }
.mpt-label { font-size: 14px; color: #374151; }
.mpt-input { padding: 8px; border: 1px solid #d1d5db; border-radius: 8px; background: #f9fafb; }
.mpt-btn-red { display: inline-block; background: #ef4444; color: #fff; border: none; padding: 10px 16px; border-radius: 10px; font-weight: 700; cursor: pointer; }
.mpt-btn-red:hover { filter: brightness(0.95); }
.mpt-status { margin-top: 10px; font-size: 14px; color: #111827; }
.mpt-download { display: inline-block; margin-top: 12px; padding: 10px 16px; background: #10b981; color: #fff; text-decoration: none; border-radius: 10px; font-weight: 700; }
.mpt-download:hover { filter: brightness(0.95); }
