/* TCW Street Food Finder - public styles */
.tcw-sff-wrap{--tcw-primary:#111;--tcw-accent:#C0392B;color:#111;margin:1rem 0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
.tcw-sff-header h2{margin:0 0 .25rem 0;font-weight:800;letter-spacing:.02em}
.tcw-sff-sub{margin:0;color:#666;font-size:.9rem}
.tcw-sff-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:24px;margin-top:1rem}
@media (max-width: 992px){.tcw-sff-grid{grid-template-columns:1fr}}
.tcw-sff-day{border-left:4px solid var(--tcw-accent);padding-left:12px;margin:12px 0}
.tcw-sff-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.tcw-sff-item{display:grid;grid-template-columns:110px 1fr;gap:12px;padding:12px;border:1px solid #eee;border-radius:10px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.03)}
.tcw-sff-item-time{font-weight:700;color:var(--tcw-accent);font-size:1rem}
.tcw-sff-item-title{font-weight:700;margin-bottom:2px}
.tcw-sff-item-loc{color:#333}
.tcw-sff-item-addr{color:#666;font-size:.92rem}
.tcw-sff-item-links{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap}
.tcw-btn{display:inline-block;background:var(--tcw-accent);color:#fff;padding:.5rem .75rem;border-radius:8px;text-decoration:none;font-weight:700}
.tcw-btn.tcw-outline{background:transparent;border:2px solid var(--tcw-accent);color:var(--tcw-accent)}
.tcw-sff-empty{padding:24px;border:2px dashed #ddd;border-radius:10px;background:#fafafa;color:#777}
/* Map column */
.tcw-sff-map-col{position:sticky;top:10px;height:100%}
#tcw-sff-map{border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.06);border:1px solid #eee}
/* Leaflet tweaks */
.leaflet-popup-content h4{margin:.2rem 0}
