{"version":3,"sources":["../src/Link/Link.module.css.js"],"names":[],"mappings":"AAAA,6BACE,mCAA4B,CAC5B,4BAAqB,CAArB,oBAAqB,CACrB,4BAsCF,CAnCE,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,CAKA,wFACE,iCAA0B,CAA1B,yBAKF,CAHE,mGACE,4BAAqB,CAArB,oBACF,CAGF,sDACE,kCAMF,CAJE,4DACE,mCAA4B,CAC5B,4BAAqB,CAArB,oBACF","file":"Link-ba423096.css","sourcesContent":[":where(.Link) {\n  color: var(--fgColor-accent);\n  text-decoration: none;\n  text-underline-offset: 0.05rem;\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  /*\n    Inline links (inside a text block) should have underline based on accessibility setting set in data-attribute\n  */\n  [data-a11y-link-underlines='true'] &:where([data-inline='true']) {\n    text-decoration: underline;\n\n    &:hover {\n      text-decoration: none;\n    }\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"]}