/* MP Packeta styles */
.mp-packeta-form { max-width:780px; margin:20px auto; padding:16px; background:#fff; border:1px solid #eee; border-radius:8px; box-shadow:0 1px 3px rgba(0,0,0,0.03); }
.mp-packeta-form .mp-field { margin-bottom:12px; display:flex; flex-direction:column; }
.mp-packeta-form label { font-weight:600; margin-bottom:6px; }
.mp-packeta-form input[type="text"], .mp-packeta-form input[type="email"], .mp-packeta-form select, .mp-packeta-form textarea { padding:8px; border:1px solid #ddd; border-radius:4px; width:100%; box-sizing:border-box; }
.mp-popup { position:fixed; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.6); display:flex; align-items:center; justify-content:center; z-index:99999; }
.mp-popup-inner { background:#fff; padding:20px; border-radius:8px; max-width:600px; width:90%; box-shadow:0 6px 20px rgba(0,0,0,0.2); }
