/* Weather resources: scoped additions to the shared guide layout. */
.resource-guide.weather-guide {min-width:0;overflow-wrap:anywhere;}
.weather-guide .es-table-wrap {max-width:100%;margin-bottom:1.25rem;}
.weather-guide .es-table-wrap:focus-visible {outline:3px solid #007d89;outline-offset:3px;}
.weather-guide .es-card {min-width:0;}
.weather-guide .es-card img {display:block;width:100px;height:100px;object-fit:cover;border-radius:6px;margin-bottom:.75rem;}
.weather-guide .es-hero figcaption {color:#fff;background:#102e50;}
.weather-guide .es-example {color:#203443;background:#edf7f7;}
.weather-guide thead th {color:#fff;background:#12324b;}
.weather-guide tbody th {color:#12324b;background:#f5fafb;}
@media(max-width:600px){.weather-guide .es-table-wrap table {min-width:620px;}}
