.styled-list{counter-reset:styled-list-number;display:flex;flex-direction:column;gap:var(--list-gap,8px);list-style:none;margin:0;padding:0}.styled-list__item{background-color:var(--color-purple-200);border-radius:8px;display:flex;gap:24px;padding:16px}.styled-list__item:has(.styled-list__item-bullet--numbered){counter-increment:styled-list-number}.styled-list__item-bullet{flex-shrink:0}.styled-list__item-bullet--numbered{align-items:center;background-color:var(--color-purple-200);border-radius:50%;display:flex;font-family:var(--font-family-wide),var(--font-family-system);font-size:16px;font-weight:var(--font-weight-black);height:40px;justify-content:center;line-height:140%;width:40px}.styled-list__item-bullet--numbered:before{content:counter(styled-list-number)}.styled-list__item-bullet--numbered{border:thin solid var(--color-purple-800)}.styled-list__item-bullet--custom{background-image:var(--bullet-list-src);background-position:50%;background-repeat:no-repeat;background-size:contain;height:24px;width:24px}.styled-list__item-content{align-self:center;display:flex;flex-direction:column;gap:2px}.styled-list__item-title{font:var(--heading-sm-weight) 16px/var(--heading-sm-line-height) var(--heading-sm-family)}.styled-list[data-styled-list-counter=legacy] .styled-list__item-bullet--numbered:before{content:none}