.leaflet-legend{background:rgba(255,255,255,.95);padding:.75rem;border-radius:.5rem;box-shadow:0 2px 8px rgba(0,0,0,.15);max-width:280px;font:14px/1.3 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
.leaflet-legend__title{font-weight:600;margin-bottom:.5rem}
.leaflet-legend__inner{display:grid;grid-template-columns:auto 1fr;gap:.4rem .6rem;align-items:center}
.leaflet-legend__item{display:contents}
.leaflet-legend__icon-wrapper{width:22px;height:22px;display:grid;place-items:center}
.leaflet-legend__icon{width:22px;height:22px;object-fit:contain}
.leaflet-legend__divicon{transform:scale(.6);transform-origin:top left}
.leaflet-legend__label{white-space:normal}
