{"version":3,"sources":["../src/Link/Link.module.css"],"names":[],"mappings":"AAAA,6BACE,kDAA4B,CAC5B,4BAAqB,CAArB,oBAqCF,CAlCE,wCASE,eAAgB,CAFhB,4BAA6B,CAC7B,QAAS,CAHT,cAAe,CAJf,oBAAqB,CAErB,iBAAkB,CADlB,SAAU,CAIV,wBAAiB,CAAjB,gBAAiB,CAFjB,kBAMF,CAEA,mCACE,iCAA0B,CAA1B,yBACF,CAGA,kJAME,iCAA0B,CAA1B,yBACF,CAEA,sDACE,gDAMF,CAJE,4DACE,kDAA4B,CAC5B,4BAAqB,CAArB,oBACF","file":"Link-948b910e.css","sourcesContent":[":where(.Link) {\n  color: var(--fgColor-accent);\n  text-decoration: none;\n\n  /* Reset for button tags */\n  &:is(button) {\n    display: inline-block;\n    padding: 0;\n    font-size: inherit;\n    white-space: nowrap;\n    cursor: pointer;\n    user-select: none;\n    background-color: transparent;\n    border: 0;\n    appearance: none;\n  }\n\n  &:hover {\n    text-decoration: underline;\n  }\n\n  /* Deprecated: but need to support backwards compatibility */\n  &:where([data-underline='true']),\n  /*\n    Inline links (inside a text block), however, should have underline based on accessibility setting set in data-attribute\n    Note: setting underline={false} does not override this\n  */\n  [data-a11y-link-underlines='true'] &:where([data-inline='true']) {\n    text-decoration: underline;\n  }\n\n  &:where([data-muted='true']) {\n    color: var(--fgColor-muted);\n\n    &:hover {\n      color: var(--fgColor-accent);\n      text-decoration: none;\n    }\n  }\n}\n"]}