.ListItem{--separator-left:42px;align-items:center;border-radius:8px;cursor:pointer;display:flex;font-size:16px;font-weight:400;line-height:22px;overflow:hidden;padding:8px;position:relative}.ListItem:hover{background:var(--bg-secondary)}.ListItem:active{background:var(--fill-accent-80)}.ListItem:active .ListItem__subtitle,.ListItem:active .ListItem__title{color:var(--fill-accent)}.ListItem:active .ListItem__icon svg path{fill:var(--fill-accent)}.ListItem--blue:hover{background:var(--bg-secondary)}.ListItem--default .ListItem__check{opacity:0}.ListItem--default .ListItem__check svg path{fill:var(--text-primary)}.ListItem--default .ListItem__check--show{opacity:1}.ListItem__content{overflow:hidden}.ListItem--with-suggest .ListItem__content{padding-right:72px}.ListItem--variant-row{border-radius:0;padding-left:16px;padding-right:16px}.ListItem--location{--separator-left:52px}@media (max-width:1023.99px){.ListItem--variant-row+.ListItem--variant-row{position:relative}.ListItem--variant-row+.ListItem--variant-row:after{background:var(--fill-separator);content:"";height:1px;left:var(--separator-left);position:absolute;top:0;width:calc(100% - var(--separator-left))}}.ListItem>*+*{margin-left:12px}.ListItem__suggest{color:var(--text-tertiary);font-size:14px;font-weight:400;letter-spacing:-1%;line-height:18px;position:absolute;right:16px;top:50%;transform:translateY(-50%)}@media (max-width:1023.99px){.ListItem__suggest--hide-on-tablet{display:none}}.ListItem__icon{display:flex}.ListItem__title{font-size:16px;font-weight:400;letter-spacing:-1%;line-height:22px;overflow:hidden;text-overflow:ellipsis}.ListItem__subtitle{color:var(--text-tertiary);font-size:14px;font-weight:400;letter-spacing:0;line-height:18px}.ListItem--blue.ListItem--active{background:var(--fill-accent-80)}.ListItem--blue.ListItem--active .ListItem__subtitle,.ListItem--blue.ListItem--active .ListItem__title{color:var(--text-link)}.ListItem--blue.ListItem--active .ListItem__icon svg path{fill:var(--text-link)}
