.content_list_items .item .item_content{padding-bottom:var(--typo-gap);border-bottom:1px solid currentColor;margin-bottom:var(--typo-gap)}.content_list_items .item:last-child .item_content{margin-bottom:none;border:none}.numbered_listing{counter-reset:itemCount}.numbered_listing .item_content{position:relative}.numbered_listing .item_content:after{counter-increment:itemCount;content:counter(itemCount);position:absolute;top:-1rem;left:calc(var(--typo-gap) * 2);width:2rem;height:2rem;background-color:#f1881d;color:#fff;border-radius:50%;font-size:1.5rem;text-align:center;line-height:1.5;z-index:30}.numbered_listing .item.topseller_item .item_content:before{content:'Top-Seller';position:absolute;color:#fff;background-color:#f1881d;padding:.25em 1.25em;border-radius:5rem;font-size:.875rem;top:-.5rem;right:calc(var(--typo-gap) * 2)}