{"version":3,"sources":["style.scss"],"names":[],"mappings":"AAAA,kBACE,MACE,eAAgB,CAChB,8BAAgC,CAEhC,QAAS,CADT,cAAe,CAEf,SACF,CACA,SACE,eAEF,CACA,gBACE,WAAY,CAGZ,QAAS,CAFT,iBAAkB,CAClB,OAEF,CACA,MACE,sBACF,CACA,QACE,oBACF,CACA,kBACE,uBACF,CACA,6BACE,kBACF,CACA,4BACE,qBACF,CACA,YACE,iBACF,CACA,wBACE,eACF,CACA,eACE,sBACF,CACA,kBACE,oBACF,CACA,qBACE,sBACF,CACA,4BACE,oBAAqB,CACrB,qBACF,CACA,wCACE,kBACF,CACA,uCACE,qBACF,CACA,kBACE,gDAAiD,CACjD,uCACF,CACA,wBACE,kDAAmD,CACnD,uCACF,CACA,kBAEE,sBAAuB,CADvB,mBAEF,CACA,yBAEE,sBAAwB,CADxB,mBAEF,CACA,eAME,+BAAgC,CALhC,YAAa,CACb,gBAAiB,CAGjB,eAAiB,CADjB,eAAgB,CADhB,UAIF,CAKA,0CACE,oCAAqC,CACrC,oBACF,CACA,sBACE,UAAW,CAKX,WAAY,CAFZ,MAAO,CAFP,iBAAkB,CAClB,KAAM,CAEN,UAEF,CACA,iBAGE,iBAAkB,CADlB,aAAc,CAGd,kBAAmB,CAJnB,gBAAiB,CAGjB,eAEF,CACA,qDACE,gBACF,CACA,8CACE,eACF,CACF","file":"style.css","sourcesContent":["@layer components {\n  .list {\n    list-style: none;\n    list-style-type: none !important;\n    max-width: none;\n    margin: 0;\n    padding: 0;\n  }\n  .list > li {\n    margin-bottom: 0;\n    /* Fixes VoiceOver no announcing unordered lists */\n  }\n  .list > li::before {\n    content: \" \";\n    position: absolute;\n    width: 0;\n    height: 0;\n  }\n  .list {\n    margin-bottom: 1.875rem;\n  }\n  .list > * {\n    border-top: 1px solid;\n  }\n  .list > *:last-child {\n    border-bottom: 1px solid;\n  }\n  .list--spacious > *:first-child {\n    border-top-width: 0;\n  }\n  .list--spacious > *:last-child {\n    border-bottom-width: 0;\n  }\n  .list__item {\n    position: relative;\n  }\n  .list__item > *:last-child {\n    margin-bottom: 0;\n  }\n  .list__item ul {\n    list-style-type: square;\n  }\n  .list__item ul ul {\n    list-style-type: disc;\n  }\n  .list__item ul ul ul {\n    list-style-type: circle;\n  }\n  .list--enclosed > .list__item {\n    padding-left: 1.25rem;\n    padding-right: 1.25rem;\n  }\n  .list--enclosed > .list__item:first-child {\n    border-top-width: 0;\n  }\n  .list--enclosed > .list__item:last-child {\n    border-bottom-width: 0;\n  }\n  .list > .list__item {\n    background-color: var(--color-background-primary);\n    border-color: var(--color-border-strong);\n  }\n  .list--gray > .list__item {\n    background-color: var(--color-background-secondary);\n    border-color: var(--color-border-strong);\n  }\n  .list > .list__item {\n    padding-top: 1.25rem;\n    padding-bottom: 1.25rem;\n  }\n  .list--small > .list__item {\n    padding-top: 0.625rem;\n    padding-bottom: 0.625rem;\n  }\n  .list__control {\n    display: flex;\n    flex-wrap: nowrap;\n    width: 100%;\n    text-align: left;\n    font-weight: bold;\n    color: var(--color-text-primary);\n  }\n  .list__control:hover {\n    color: var(--color-surface-secondary);\n    text-decoration: none;\n  }\n  .list__control:focus {\n    color: var(--color-surface-secondary);\n    text-decoration: none;\n  }\n  .list__control::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n  }\n  .list__indicator {\n    margin-left: auto;\n    flex-shrink: 0;\n    align-self: center;\n    margin-top: -2px;\n    margin-bottom: -2px;\n  }\n  .list--nested-enclosed > .list__item:not(:first-child) {\n    border-width: 1px;\n  }\n  .list--nested-enclosed > .list__item:last-child {\n    border-bottom: 0;\n  }\n}"]}