/* Scoped additions to Yenra's existing resource-guide components. */
.resource-guide.military-guide { min-width:0; overflow-wrap:anywhere; }
.military-guide .es-table-wrap { max-width:100%; margin-bottom:1.25rem; }
.military-guide .es-table-wrap:focus-visible { outline:3px solid #007d89; outline-offset:3px; }
.military-guide .es-card { min-width:0; }
.military-guide .es-card img { display:block; width:100px; height:100px; object-fit:cover; border-radius:6px; margin-bottom:.75rem; }
.military-guide .es-scroll-hint { font-size:.9em; }
.military-guide .es-hero figcaption { color:#fff; background:#102e50; }
.military-guide thead th { color:#fff; background:#12324b; }
.military-guide tbody th { color:#12324b; background:#f5fafb; }
.military-guide tbody td { color:#12324b; background:#fff; }
@media(max-width:600px) { .military-guide .es-table-wrap table { min-width:620px; } }
