
/* Robots guides: scoped reading, code and category previews. */
.robots-guide .es-table-wrap:focus-visible, .robots-guide .es-code:focus-visible { outline:3px solid #007d89; outline-offset:3px; }
.robots-guide .es-card { min-width:0; }
.robots-guide .es-card img { display:block; width:100px; height:100px; object-fit:cover; border-radius:6px; margin-bottom:.75rem; }
.robots-guide .es-code { background:#102e50; color:#fff; padding:1rem; border-radius:8px; overflow-x:auto; white-space:pre; line-height:1.5; }
.robots-guide p, .robots-guide li, .robots-guide td { overflow-wrap:anywhere; }
@media (max-width:600px) { .robots-guide .es-table-wrap table { min-width:620px; } }
