.hatm-ac-container { max-width: 720px; margin: 0 auto; font-family: Arial, Helvetica, sans-serif; }
.hatm-ac-search-box { background: #f7f9fb; border: 1px solid #dde3e8; border-radius: 8px; padding: 25px; text-align: center; margin-bottom: 25px; }
.hatm-ac-search-box h3 { margin-top: 0; color: #123b6b; }
.hatm-ac-search-box form { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: center; gap: 14px; }
.hatm-ac-field { display: flex; flex-direction: column; text-align: left; }
.hatm-ac-field label { display: block; font-size: 13px; margin-bottom: 6px; color: #333; line-height: 1; }
.hatm-ac-field input { box-sizing: border-box; padding: 10px 12px; border: 1px solid #cbd3da; border-radius: 4px; min-width: 200px; height: 42px; font-size: 14px; }
.hatm-ac-search-box button { box-sizing: border-box; background: #123b6b; color: #fff; border: none; padding: 0 22px; height: 42px; border-radius: 4px; cursor: pointer; font-size: 14px; font-weight: bold; line-height: 1; }
.hatm-ac-search-box button:hover { background: #0d2c50; }
#hatm-ac-message { color: #b32d2e; margin-top: 12px; font-size: 14px; }

.hatm-admit-card { border: 2px solid #123b6b; border-radius: 6px; overflow: hidden; margin-top: 10px; }
.ac-header { background: #123b6b; color: #fff; display: flex; justify-content: space-between; align-items: center; padding: 12px 20px; }
.ac-header h2 { margin: 0; font-size: 20px; }
.ac-header-left { display: flex; align-items: center; }
.ac-logo { max-height: 42px; max-width: 160px; object-fit: contain; }
.ac-header-right { font-weight: bold; color: #000; font-size: 17px; }
.ac-subheader { text-align: center; background: #eef3f9; padding: 8px; font-weight: bold; letter-spacing: 1px; color: #123b6b; }
.ac-body { display: grid; grid-template-columns: 1fr 1fr auto; gap: 15px; padding: 20px; }
.ac-details p, .ac-exam-info p { margin: 6px 0; font-size: 14px; color: #000; }
.ac-details p strong, .ac-exam-info p strong { color: #000; font-weight: 700; }
.ac-photo { display: flex; align-items: flex-start; justify-content: center; }
.ac-photo img { width: 110px; height: 130px; object-fit: cover; border: 1px solid #ccc; }
.ac-photo-placeholder { width: 110px; height: 130px; border: 1px dashed #999; display: flex; align-items: center; justify-content: center; color: #999; font-size: 12px; text-align: center; }
.ac-instructions { border-top: 1px solid #d5dbe1; padding: 12px 20px 18px; text-align: left; }
.ac-instructions ul { margin: 0; padding-left: 18px; list-style-position: outside; column-count: 2; column-gap: 24px; }
.ac-instructions li { font-size: 11.5px; color: #000; margin-bottom: 6px; line-height: 1.4; text-align: left; word-wrap: break-word; break-inside: avoid; }
.hatm-print-btn { display: block; margin: 15px auto 0; background: #1a7a3c; color: #fff; border: none; padding: 10px 25px; border-radius: 4px; cursor: pointer; }
.hatm-print-btn:hover { background: #135f2d; }

@media (max-width: 600px) {
    .ac-body { grid-template-columns: 1fr; }
    .ac-photo { justify-content: flex-start; }
    .ac-instructions ul { column-count: 1; }
    .hatm-ac-search-box form { flex-direction: column; align-items: stretch; }
    .hatm-ac-field input { min-width: 100%; }
    .hatm-ac-search-box button { width: 100%; }
}
@media print {
    .hatm-ac-search-box, .hatm-print-btn { display: none !important; }
}
