{"version":3,"file":"MunicipalitySearch.module.cjs","names":[],"sources":["../../src/br/MunicipalitySearch.module.css"],"sourcesContent":[".search {\n    position: relative;\n    font-family: var(--tempest-font-sans);\n}\n\n.results {\n    position: absolute;\n    z-index: 10;\n    top: 100%;\n    left: 0;\n    right: 0;\n    margin: var(--tempest-space-1) 0 0;\n    padding: var(--tempest-space-1);\n    list-style: none;\n    max-height: 260px;\n    overflow-y: auto;\n    background: var(--tempest-surface);\n    border: 1px solid var(--tempest-border);\n    border-radius: var(--tempest-radius-md);\n    box-shadow: var(--tempest-shadow-md, 0 4px 12px rgb(0 0 0 / 0.12));\n}\n\n.result {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: var(--tempest-space-2);\n    width: 100%;\n    padding: var(--tempest-space-2) var(--tempest-space-3);\n    border: none;\n    background: transparent;\n    border-radius: var(--tempest-radius-sm);\n    font-size: var(--tempest-text-sm);\n    color: var(--tempest-text);\n    text-align: left;\n    cursor: pointer;\n}\n\n.result:hover,\n.result:focus-visible {\n    outline: none;\n    background: var(--tempest-primary-soft);\n}\n\n.uf {\n    font-size: var(--tempest-text-xs);\n    color: var(--tempest-text-muted);\n    font-weight: var(--tempest-weight-medium);\n}\n"],"mappings":";"}