/* Bath guides: scoped reading, tables and category previews. */
.bath-guide { min-width:0; overflow-wrap:break-word; }
.bath-guide .es-table-note { display:none; }
.bath-guide .es-table-wrap { max-width:100%; }
.bath-guide .es-table-wrap:focus-visible { outline:3px solid #007d89; outline-offset:3px; }
.bath-guide .es-card { min-width:0; }
.bath-guide .es-card img { display:block; width:100px; height:100px; object-fit:cover; margin-bottom:.75rem; }
.bath-guide .es-table-wrap caption { color:#203443; background:#fff; }
@media(max-width:600px) {
 .bath-guide .es-table-wrap table { min-width:620px; }
 .bath-guide .es-table-note { display:block; font-size:.9em; color:#203443; margin-bottom:.5rem; }
}
