@layer components{.c-list{--list-margin-top:1rem;--list-item-indicator-color:currentColor;--list-item-indicator-size:0.3em;--list-indicator-margin-right:1.2em;--list-indicator-width:calc(var(--list-item-indicator-size) + var(--list-indicator-margin-right));--list-nested-left-indent-amount:4rem;--list-nested-left-indent:0px;--list-item-indicator-font-size:1em;--list-item-text-indent:0px;--list-text-color:currentColor;color:var(--list-text-color);display:block;list-style:none;max-width:max(50%,600px)}.c-list__item{padding-left:var(--list-indicator-width);vertical-align:middle;width:100%}.c-list__item .c-list,.c-list__item:nth-child(1n+2){margin-top:var(--list-margin-top)}.c-list__item:before{background-color:var(--list-item-indicator-color);content:"";display:inline-block;height:var(--list-item-indicator-size);line-height:1;margin-left:calc(var(--list-indicator-width)*-1);margin-right:var(--list-indicator-margin-right);position:relative;text-align:left;top:-.2em;white-space:nowrap;width:var(--list-item-indicator-size)}.c-list--bulleted .c-list__item{position:relative}.c-list--bulleted>.c-list__item:before{border-radius:50%;transform:translateX(.6em)}.c-list--bulleted .c-list--bulleted{left:-3px;position:relative}.c-list--bulleted .c-list--bulleted>.c-list__item:before{background-color:transparent;border:1px solid}.c-list--numbered .c-list__item{position:relative}.c-list--numbered .c-list__item:before{background-color:transparent;content:counter(ordered-list) ".";counter-increment:ordered-list;font-size:1em;font-weight:600;height:1.3em;line-height:1;top:0}.c-list--numbered:not([start]){counter-reset:ordered-list}.c-list--numbered .c-list--numbered .c-list__item:before{background-image:none;content:counter(ordered-list,lower-alpha) ".";top:0}}