/* Public next recommendation, aligned with the existing location action. */
#map .leaflet-bottom.leaflet-left.cb-next-stack{bottom:var(--cb-next-stack-bottom,32px)}
#map .cb-next-point-control{clear:both;box-sizing:border-box;margin-left:max(10px,env(safe-area-inset-left,0px));margin-bottom:0;max-width:142px;pointer-events:auto}
#map .cb-next-point-control[hidden]{display:none!important}
.cb-next-point-button{box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:10px;width:140px;min-height:var(--cb-control-size,50px);padding:7px 11px;border:1px solid #d7cbbc;border-radius:15px;background:#fffaf0;color:#35563c;box-shadow:0 3px 12px #47392320;font:700 12px/1.2 Arial,sans-serif;text-align:left;cursor:pointer}
.cb-next-point-text{display:flex;flex-direction:column;align-items:flex-start;gap:1px}
.cb-next-point-text>span{display:block;white-space:nowrap}
.cb-next-point-arrow{font-size:24px;line-height:1;color:#78573b;letter-spacing:-4px;padding-right:3px}
.cb-next-point-button:disabled{color:#827d71;background:#f5f1e9;cursor:default;box-shadow:none}
.cb-next-point-button:disabled .cb-next-point-arrow{color:#aaa393}
.cb-next-point-button:not(:disabled):hover{background:#f2eedf;border-color:#a48a69}
.cb-next-point-button:focus-visible{outline:3px solid #bc8139;outline-offset:2px}
/* Explicitly outranks the previous Google-only zero-margin rule. Hit areas have an 18px gap. */
#map .leaflet-bottom.leaflet-left .coffee-buddy-compass-control{clear:both!important;margin-bottom:18px!important}
#location-label.venue-sort-toggle{font:inherit;color:var(--green-dark,#305d38);border:1px solid #dbd4c6;border-radius:9px;background:#fffaf1;padding:7px 9px;min-height:36px;text-align:right;cursor:pointer;white-space:normal;max-width:165px;line-height:1.3;align-self:start}
#location-label.venue-sort-toggle:disabled{border-color:transparent;background:transparent;color:var(--muted,#737669);cursor:default;padding-top:1px;min-height:0}
#location-label.venue-sort-toggle:focus-visible{outline:3px solid #bc8139;outline-offset:2px}
@media(max-width:820px){#location-label.venue-sort-toggle{max-width:142px;font-size:11px}.cb-next-point-button{width:130px;font-size:11px}#map .cb-next-point-control{max-width:132px}}
