/* ID Card Issuance Pro - Styles */
.idcm-generator-wrap { max-width: 1100px; margin: 26px auto; font-family: Inter, Arial, sans-serif; color:#111827; }
.idcm-main-container { background:#fff; padding:30px; border-radius:12px; box-shadow:0 12px 30px rgba(2,6,23,0.06); }
.header-checkboxes { background:#f3f4f6; padding:12px; border-radius:8px; display:flex; gap:18px; justify-content:center; }
.form-group input, .form-group select, .form-group textarea { width:100%; padding:10px 12px; border:1px solid #e6e9ef; border-radius:8px; }
.button-primary { background:#1e40af; color:#fff; padding:12px 18px; border:none; border-radius:10px; cursor:pointer; font-weight:700; }
.photo-affix-section { margin-top:12px; }
#photo-preview-container { border:2px dashed #d1d5db; border-radius:10px; padding:28px; text-align:center; background:#fafafa; }
#affix-photo-preview { width:96px; height:128px; object-fit:cover; border-radius:6px; display:block; margin:0 auto; }
.idcm-card-outer { max-width:320px; margin:18px auto; background:linear-gradient(135deg,#fff,#f0f4f7); border-radius:10px; padding:12px; box-shadow:0 8px 20px rgba(0,0,0,0.08); }
.idcm-card-inner { font-family:Inter, Arial, sans-serif; }
.detail-name { font-weight:800; font-size:14px; }
.form-messages { min-height:36px; margin-top:8px; }
.print-button { margin-top:12px; background:#e5e7eb; padding:10px; border-radius:8px; border:none; cursor:pointer; }
.admin-table { width:100%; border-collapse:collapse; }
.admin-table th, .admin-table td { padding:8px 10px; border:1px solid #eee; text-align:left; }
.admin-thumb { width:48px; height:48px; object-fit:cover; border-radius:6px; }
.signature-canvas { width:100%; height:120px; border:1px solid #e6e6e6; border-radius:6px; background:#fff; touch-action: none; }
.small-muted { color:#6b7280; font-size:13px; }
