/* Manufacturing guide additions, scoped to this batch and category. */
.resource-guide.manufacturing-guide { color:#203443; background:#fff; overflow-wrap:anywhere; }
.resource-guide.manufacturing-guide .es-hero { max-width:800px; background:#102e50; color:#fff; }
.resource-guide.manufacturing-guide .es-hero figcaption { color:#fff; background:#102e50; }
.resource-guide.manufacturing-guide .es-table-wrap { max-width:100%; overflow-x:auto; margin:0 0 1.5rem; }
.resource-guide.manufacturing-guide .es-table-wrap:focus-visible { outline:3px solid #007d89; outline-offset:3px; }
.resource-guide.manufacturing-guide table { color:#203443; background:#fff; }
.resource-guide.manufacturing-guide table caption { color:#12324b; background:#fff; }
.resource-guide.manufacturing-guide thead th { color:#fff; background:#12324b; }
.resource-guide.manufacturing-guide tbody th { color:#12324b; background:#f5fafb; }
.resource-guide.manufacturing-guide tbody td { color:#203443; background:#fff; }
.resource-guide.manufacturing-guide .es-scroll-hint { color:#405967; background:#fff; font-size:.9rem; margin-bottom:.5rem; }
.resource-guide.manufacturing-guide .es-example { color:#203443; background:#edf7f7; }
.resource-guide.manufacturing-guide code { color:#12324b; background:#edf3f6; white-space:normal; }
.resource-guide.manufacturing-guide a { color:#005b78; }
.resource-guide.manufacturing-guide a:focus-visible { outline:3px solid #007d89; outline-offset:3px; }
.resource-guide.manufacturing-index .es-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; }
.resource-guide.manufacturing-index .es-card { min-width:0; color:#203443; background:#f5fafb; }
.resource-guide.manufacturing-index .es-preview { display:block; width:100px; height:100px; max-width:100%; object-fit:cover; border-radius:6px; margin:0 0 .75rem; }
.resource-guide.manufacturing-index .es-card h3 { margin-top:0; }
.resource-guide.manufacturing-index .es-card p { margin-bottom:0; }
.resource-guide.manufacturing-index .es-history { border-top:2px solid #cbdde3; margin-top:2.5rem; padding-top:1rem; }
.resource-guide.manufacturing-index .es-history-date { color:#405967; background:#fff; }
.resource-guide.manufacturing-index .es-legacy-list li { margin-bottom:.65rem; }
@media(max-width:600px) {
 .resource-guide.manufacturing-guide table { min-width:620px; }
 .resource-guide.manufacturing-index .es-grid { grid-template-columns:1fr; }
}
