{"version":3,"file":"Anchor.module.cjs","names":[],"sources":["../../../src/components/Anchor/Anchor.module.css"],"sourcesContent":[".root {\n  color: var(--mantine-color-anchor);\n  text-decoration: none;\n  appearance: none;\n  border: none;\n  display: inline;\n  padding: 0;\n  margin: 0;\n  background-color: transparent;\n  cursor: pointer;\n\n  &:where([data-underline='hover']) {\n    @mixin hover {\n      text-decoration: underline;\n    }\n  }\n\n  &:where([data-underline='not-hover']) {\n    text-decoration: underline;\n\n    @mixin hover {\n      text-decoration: none;\n    }\n  }\n\n  &:where([data-underline='always']) {\n    text-decoration: underline;\n  }\n\n  &:where([data-variant='gradient']) {\n    &,\n    &:hover {\n      text-decoration: none;\n    }\n  }\n\n  &:where([data-line-clamp]) {\n    display: -webkit-box;\n  }\n}\n"],"mappings":""}