/* ASENF Parking v2.5.1 */
.asenf-v2-wrap{max-width:980px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.06);padding:18px;}
.asenf-v2-wrap .head{display:flex;gap:16px;align-items:center;border-bottom:1px solid #e5e7eb;padding-bottom:12px;margin-bottom:12px;}
.asenf-v2-wrap .brand{width:72px;height:72px;object-fit:contain;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:6px;}
.asenf-v2-wrap h2{margin:0;font-size:22px}
.asenf-v2-wrap .sub{color:#64748b;font-size:13px;margin-top:4px}
#asenf-v2-form .grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
#asenf-v2-form label{display:flex;flex-direction:column;font-size:13px;color:#334155;gap:6px}
#asenf-v2-form input,#asenf-v2-form textarea,#asenf-v2-form select{border:1px solid #cbd5e1;border-radius:8px;padding:10px 12px;font-size:14px}
#asenf-v2-form .consent textarea{background:#f8fafc}
#asenf-v2-form .sigbox{margin-top:12px;border:1px dashed #cbd5e1;border-radius:12px;padding:12px}
#asenf-v2-form .sighead{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
#asenf-v2-form .btn-primary{background:#2563eb;color:#fff;border:none;border-radius:10px;padding:10px 14px;cursor:pointer}
#asenf-v2-form .btn-secondary{background:#e2e8f0;color:#0f172a;border:none;border-radius:10px;padding:8px 12px;cursor:pointer}
#asenf-v2-form .consent{margin-top:16px}
#asenf-v2-form .actions{margin-top:16px;text-align:center}
#asenf-v2-form .canvas-wrap{background:#fafafa;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}
#asenf-v2-form .canvas-wrap canvas{display:block;width:100%;max-width:720px;height:auto}
@media (max-width:720px){
  #asenf-v2-form .grid{grid-template-columns:1fr}
}
