/* Improved Admit Card UI (print-friendly) */
.acc-card{border:1px solid #dcdcdc;border-radius:10px;padding:18px;margin:18px 0;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,0.04);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",Arial,sans-serif}
.acc-card__header{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #f0f0f0;padding-bottom:12px;margin-bottom:16px}
.acc-card__brand{display:flex;gap:12px;align-items:center}
.acc-card__logo{width:56px;height:56px;object-fit:contain}
.acc-card__title{font-size:20px;line-height:1.2;margin:0}
.acc-card__subtitle{font-size:12px;color:#666;margin-top:2px}
.acc-card__meta{text-align:right;font-size:14px}
.acc-pill{display:inline-block;padding:2px 8px;border-radius:999px;border:1px solid #ccc;font-weight:600}
.acc-badge{display:inline-block;padding:2px 8px;border-radius:6px;background:#f2f7ff;border:1px solid #cfe1ff}

.acc-card__body{display:grid;grid-template-columns:290px 1fr;gap:18px}
@media (max-width: 720px){.acc-card__body{grid-template-columns:1fr} .acc-card__meta{text-align:left;margin-top:8px}}

.acc-photo-box{width:160px;height:200px;border:1px solid #ccc;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fafafa;margin-bottom:8px}
.acc-photo-box img{width:100%;height:100%;object-fit:cover}
.acc-photo-box__placeholder{color:#888;font-size:12px}

.acc-table{width:100%;border-collapse:separate;border-spacing:0 8px}
.acc-table th{width:40%;text-align:left;color:#555;font-weight:600;padding-right:10px;vertical-align:top}
.acc-table td{color:#111}
.acc-table--sm th{width:45%}

.acc-actions{display:flex;gap:12px;margin-top:14px;flex-wrap:wrap}
.acc-btn{display:inline-block;padding:8px 14px;border-radius:8px;background:#e81e63;color:#fff;text-decoration:none;font-weight:600}
.acc-link{font-size:14px;text-decoration:none;border-bottom:1px dashed #888;color:#333}

.acc-card__rules{margin-top:16px;border-top:2px dashed #ededed;padding-top:12px}
.acc-rules__title{font-weight:700;margin-bottom:6px}
.acc-rules__list{margin:0 0 0 18px;}

.acc-card__footer{display:flex;justify-content:space-between;gap:24px;margin-top:20px}
.acc-sign{flex:1;text-align:center}
.acc-sign__line{height:1px;background:#333;margin:36px 12px 6px;border-radius:1px}
.acc-sign__label{font-size:12px;color:#444}

/* Print */
@media print{
  .acc-card{box-shadow:none;margin:0;border:1px solid #000}
  .acc-btn, .acc-link{display:none !important}
}


/* Signature image */
.acc-sign--image{display:flex;flex-direction:column;align-items:center}
.acc-sign__img{max-height:60px;max-width:160px;margin-bottom:6px;filter:contrast(1.1)}

/* Boxy cells vibe like govt admit cards */
.acc-table th, .acc-table td{border:1px solid #cfcfcf;padding:8px;background:#f7f7f7}
.acc-table td{background:#fff}


/* Stronger selectors to ensure our styles apply */
.acc-admit-card.acc-card .acc-table th,
.acc-admit-card.acc-card .acc-table td{border:1px solid #cfcfcf;padding:8px;background:#f7f7f7}
.acc-admit-card.acc-card .acc-table td{background:#fff}

.acc-govt-header{border:1px solid #d0d0d0;border-radius:6px;padding:10px;margin-bottom:12px;background:#fbfbfb}
.acc-govt-header .acc-govt-title{font-weight:800;text-transform:uppercase;text-align:center;margin:6px 0 0}
.acc-govt-header .acc-govt-sub{font-size:12px;text-align:center;color:#666;margin-top:2px}
.acc-govt-meta{display:flex;justify-content:flex-end;gap:18px;margin-top:6px}
.acc-govt-meta div{font-size:12px}

/* Right-align last signature block */
.acc-card__footer{align-items:flex-end}
.acc-card__footer .acc-sign:last-child{align-items:flex-end;text-align:right}

/* Govt template minimal fallback added */



/* Govt style admit card */
.acc-govt{border:2px solid #000;font-family:Arial,Helvetica,sans-serif;background:#fff;padding:12px;max-width:800px;margin:20px auto}
.acc-govt-header{text-align:center;border-bottom:2px solid #000;padding-bottom:6px;margin-bottom:10px}
.acc-govt-logo img{max-height:60px;margin-bottom:6px}
.acc-govt-h1{font-size:18px;font-weight:bold;text-transform:uppercase}
.acc-govt-h2{font-size:14px;margin:2px 0}
.acc-govt-h3{font-size:16px;font-weight:bold;margin-top:4px;text-decoration:underline}

.acc-govt-table{width:100%;border-collapse:collapse;margin-bottom:10px}
.acc-govt-table th,.acc-govt-table td{border:1px solid #000;padding:6px;font-size:13px;text-align:left}
.acc-govt-table th{width:30%;background:#f9f9f9}
.acc-govt-photo{text-align:center;vertical-align:middle;width:160px;height:200px}
.acc-govt-photo img{width:100%;height:100%;object-fit:cover}

.acc-govt-signatures{display:flex;justify-content:space-between;margin-top:20px}
.acc-govt-sign{text-align:center}
.acc-govt-sign img{max-height:60px;display:block;margin:0 auto 4px}
.acc-govt-signcap{font-size:12px;margin-top:2px}

.acc-govt-instructions{margin-top:20px;border-top:2px solid #000;padding-top:8px;font-size:13px}
.acc-govt-instr-title{font-weight:bold;margin-bottom:6px}
.acc-govt-instructions ol{margin:0 0 0 20px;padding:0}
@media print{
  .acc-govt{box-shadow:none;margin:0;border:2px solid #000}
  .acc-btn{display:none !important}
}



/* ===== Govt Admit Card Style (matches reference) ===== */
.acc-govt{ 
  border: 2px solid #000;
  padding: 12px;
  background:#fff;
  font-family: Arial, Helvetica, sans-serif;
  color:#000;
  max-width: 900px;
  margin: 18px auto;
}
.acc-g-head{border-bottom:2px solid #000; padding-bottom:8px; margin-bottom:10px;}
.acc-g-row{display:flex; align-items:center; gap:12px;}
.acc-g-logo img{height:54px; width:auto;}
.acc-g-title{flex:1; text-align:center; line-height:1.1;}
.acc-g-h1{font-weight:800; text-transform:uppercase; font-size:16px;}
.acc-g-h2{font-size:12px; color:#222; margin-top:2px;}
.acc-g-h3{font-weight:800; text-transform:uppercase; margin-top:6px; font-size:14px;}

.acc-g-meta{display:flex; justify-content:space-between; font-size:12px; margin:6px 0 10px;}
.acc-g-meta div{white-space:nowrap;}

.acc-g-body{display:grid; grid-template-columns:1.2fr 0.85fr; gap:12px; align-items:start;}
.acc-g-photo{border:1.5px solid #000; width:150px; height:190px; margin-left:auto; display:flex; align-items:center; justify-content:center; overflow:hidden;}
.acc-g-photo img{width:100%; height:100%; object-fit:cover;}

.acc-g-table{border-collapse:collapse; width:100%; font-size:13px;}
.acc-g-table th, .acc-g-table td{border:1.5px solid #000; padding:6px 8px; vertical-align:top;}
.acc-g-table th{width:32%; background:#f3f3f3; text-align:left; font-weight:700;}
.acc-g-table td{background:#fff;}

.acc-g-scheme{margin-top:10px;}
.acc-g-scheme-title{font-weight:700; text-transform:uppercase; margin:6px 0; font-size:13px;}
.acc-g-scheme table{border-collapse:collapse; width:100%; font-size:12px;}
.acc-g-scheme th, .acc-g-scheme td{border:1.5px solid #000; padding:6px 8px; text-align:center;}

.acc-g-foot{display:flex; gap:24px; justify-content:space-between; align-items:flex-end; margin-top:10px;}
.acc-g-sign{display:flex; flex-direction:column; align-items:flex-end; gap:6px; min-width:180px;}
.acc-g-sign-img img{max-height:48px; width:auto; margin-bottom: 15px;}
.acc-g-sign-img{display:flex; justify-content:center; align-items:center; min-width:80px;}
.acc-g-seal{max-height:64px; width:auto; opacity:.95;}


.acc-g-instructions{border-top:2px solid #000; margin-top:12px; padding-top:10px; font-size:12px;}
.acc-g-instr-title{font-weight:700; text-transform:uppercase; margin-bottom:6px;}

.acc-g-actions{margin-top:10px;}
@media print {
  .acc-g-actions{display:none !important;}
  .acc-govt{box-shadow:none; margin:0; max-width:100%;}
}
