{"version":3,"file":"ListTile.module.cjs","names":[],"sources":["../../../src/components/ListTile/ListTile.module.css"],"sourcesContent":[".tile {\n    display: flex;\n    align-items: center;\n    gap: var(--tempest-space-3);\n    width: 100%;\n    padding: var(--tempest-space-3) var(--tempest-space-4);\n    background: var(--tempest-surface);\n    color: var(--tempest-text);\n    font-family: var(--tempest-font-sans);\n    font-size: var(--tempest-text-sm);\n    text-align: left;\n    border: 0;\n    border-radius: var(--tempest-radius-md);\n}\n\n.interactive {\n    cursor: pointer;\n    transition: background var(--tempest-duration-fast, 120ms) var(--tempest-ease-out, ease-out);\n}\n\n.interactive:hover {\n    background: var(--tempest-surface-2);\n}\n\n.interactive:focus-visible {\n    outline: var(--tempest-focus-ring-width, 2px) solid\n        var(--tempest-focus-ring-color, var(--tempest-primary));\n    outline-offset: var(--tempest-focus-ring-offset, 2px);\n}\n\n.selected {\n    background: var(--tempest-primary-soft);\n    color: var(--tempest-primary-on-soft);\n}\n\n.interactive.selected:hover {\n    background: var(--tempest-primary-soft-hover, var(--tempest-primary-soft));\n}\n\n.disabled {\n    opacity: 0.4;\n    cursor: not-allowed;\n    pointer-events: none;\n}\n\n.leading,\n.trailing {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    flex: 0 0 auto;\n    line-height: 1;\n}\n\n.trailing {\n    margin-left: auto;\n    color: var(--tempest-text-muted);\n}\n\n.body {\n    display: flex;\n    flex-direction: column;\n    gap: 2px;\n    min-width: 0;\n    flex: 1 1 auto;\n}\n\n.title {\n    line-height: var(--tempest-leading-snug, 1.3);\n    overflow: hidden;\n    text-overflow: ellipsis;\n    white-space: nowrap;\n}\n\n.subtitle {\n    color: var(--tempest-text-muted);\n    font-size: var(--tempest-text-xs);\n    line-height: var(--tempest-leading-snug, 1.3);\n    overflow: hidden;\n    text-overflow: ellipsis;\n    white-space: nowrap;\n}\n\n.selected .subtitle {\n    color: var(--tempest-primary);\n    opacity: 0.8;\n}\n"],"mappings":";"}