.em4hpc { max-width: 520px; margin: 0 auto; padding: 1.25rem; border-radius: 14px; background:#fff; }
.em4hpc__row { display:grid; gap:.4rem; margin-bottom: 1rem; }
.em4hpc__row select { width:100%; padding:.6rem .7rem; border:1px solid #d1d5db; border-radius:10px; background:#fff; }
.em4hpc__row select option:disabled { color:#9ca3af; }

.em4hpc__result { margin-top: 1.2rem; background:#f9fafb; padding:1rem; border-radius:12px; border:1px solid #e5e7eb; text-align:center; }
.em4hpc__result-title { font-size:1.15rem; font-weight:700; color:#111827; }
.em4hpc__result-subtitle { margin-top:.35rem; font-size:.9rem; color:#6b7280; }

.em4hpc__ineligible { margin-top: 1.2rem; padding:1rem; border-radius:12px; background:#fef2f2; border:1px solid #fecaca; color:#b91c1c; font-weight:700; text-align:center; }
