{"version":3,"file":"MapLegend.module.cjs","names":[],"sources":["../../src/br/MapLegend.module.css"],"sourcesContent":[".legend {\n    display: inline-flex;\n    flex-direction: column;\n    gap: var(--tempest-space-1);\n    padding: var(--tempest-space-2) var(--tempest-space-3);\n    background: var(--tempest-surface);\n    border: 1px solid var(--tempest-border);\n    border-radius: var(--tempest-radius-md);\n    font-family: var(--tempest-font-sans);\n    font-size: var(--tempest-text-xs);\n    color: var(--tempest-text);\n    min-width: 160px;\n}\n\n.title {\n    font-weight: var(--tempest-weight-semibold);\n    font-size: var(--tempest-text-sm);\n}\n\n.gradient {\n    height: 10px;\n    border-radius: var(--tempest-radius-sm);\n    border: 1px solid var(--tempest-border);\n}\n\n.ticks {\n    display: flex;\n    justify-content: space-between;\n    color: var(--tempest-text-muted);\n}\n\n.items {\n    list-style: none;\n    margin: 0;\n    padding: 0;\n    display: flex;\n    flex-direction: column;\n    gap: var(--tempest-space-1);\n}\n\n.item {\n    display: flex;\n    align-items: center;\n    gap: var(--tempest-space-2);\n}\n\n.swatch {\n    width: 14px;\n    height: 14px;\n    border-radius: var(--tempest-radius-sm);\n    border: 1px solid var(--tempest-border);\n    flex: none;\n}\n\n.itemLabel {\n    color: var(--tempest-text-muted);\n}\n"],"mappings":";"}