/* Scoped coffee resources; shared Yenra layout remains unchanged. */
.coffee-guide{max-width:100%;overflow-wrap:anywhere}
.coffee-guide .es-hero{max-width:800px;margin:1.2rem 0 1.8rem}
.coffee-guide .es-hero img{display:block;width:100%;height:auto}
.coffee-guide .es-table-wrap{max-width:100%;overflow-x:auto;margin:1.2rem 0}
.coffee-guide .es-table-wrap:focus-visible{outline:3px solid #007d89;outline-offset:3px}
.coffee-guide table{min-width:600px}
.coffee-guide thead th{color:#fff;background:#12324b}
.coffee-guide tbody th{color:#12324b;background:#f5fafb}
.coffee-guide tbody td{color:#203443;background:#fff}
.coffee-guide .es-card{min-width:0}
.coffee-guide .es-card img{float:left;width:100px;height:100px;object-fit:cover;margin:0 1rem .5rem 0;border-radius:8px}
.coffee-guide .es-card:after{content:"";display:block;clear:both}
.coffee-guide .es-card h3{margin-top:0}
.coffee-guide .es-card a{color:#005b78}
.coffee-guide section{scroll-margin-top:1rem}
.coffee-guide .es-scroll-hint{font-size:.9em}
@media(max-width:600px){.coffee-guide .es-grid{grid-template-columns:minmax(0,1fr)}}
