.ws-menu-item{align-items:center;background:#0000;border:none;border-bottom:1px solid var(--color-neutral-str-subtle);color:var(--color-neutral-txt-default);display:flex;gap:0;min-height:56px;overflow:hidden;padding:4px 16px 4px 8px;position:relative;text-align:left;text-decoration:none;width:100%}.ws-menu-item:after{background:#0000;content:"";inset:0;position:absolute;transition:background-color .12s ease;z-index:0}.ws-menu-item__content,.ws-menu-item__image,.ws-menu-item__right{position:relative;z-index:1}.ws-menu-item--interactive{cursor:pointer}.ws-menu-item--highlight{color:var(--color-brand-txt-on-primary)}.ws-menu-item--highlight:after{background:var(--color-brand-bg-primary)}.ws-menu-item--state-selected:not(.ws-menu-item--highlight):after{background:var(--color-interactive-bg-selected)}.ws-menu-item--state-selected:before{background:var(--color-interactive-txt-interactive);bottom:1px;content:"";left:0;position:absolute;top:0;width:2px;z-index:2}.ws-menu-item--interactive:not(.ws-menu-item--highlight):not(.ws-menu-item--state-selected):hover:after,.ws-menu-item--state-hover:not(.ws-menu-item--highlight):after{background:var(--color-interactive-bg-hover)}.ws-menu-item--interactive:not(.ws-menu-item--highlight):not(.ws-menu-item--state-selected):active:after,.ws-menu-item--state-active:not(.ws-menu-item--highlight):after{background:var(--color-interactive-bg-active)}.ws-menu-item--interactive.ws-menu-item--highlight:not(.ws-menu-item--state-selected):hover:after,.ws-menu-item--state-hover.ws-menu-item--highlight:after{background:linear-gradient(var(--color-interactive-bg-hover),var(--color-interactive-bg-hover)),var(--color-brand-bg-primary)}.ws-menu-item--interactive.ws-menu-item--highlight:not(.ws-menu-item--state-selected):active:after,.ws-menu-item--state-active.ws-menu-item--highlight:after{background:linear-gradient(var(--color-interactive-bg-active),var(--color-interactive-bg-active)),var(--color-brand-bg-primary)}.ws-menu-item--disabled{opacity:.7;pointer-events:none}.ws-menu-item__image{flex-shrink:0;height:44px;object-fit:cover;width:44px}.ws-menu-item__content{align-items:center;display:flex;flex:1 1 auto;gap:12px;padding-left:8px}.ws-menu-item__check,.ws-menu-item__icon-before{font-size:24px;line-height:1}.ws-menu-item__label{font-family:var(--font-family-title);font-size:var(--font-size-body-1);font-weight:var(--font-weight-regular);line-height:1.3;text-box-trim:trim-both;display:-webkit-box;-webkit-box-orient:vertical;overflow-wrap:break-word;overflow-y:hidden;text-overflow:ellipsis;-webkit-line-clamp:2}:is(.ws-menu-item--highlight,.ws-menu-item--state-selected) .ws-menu-item__label{font-weight:var(--font-weight-bold)}.ws-menu-item__pill{align-items:center;background:var(--color-neutral-bg-zone-transparent);border-radius:var(--corner-radius-tiny);display:inline-flex;font-family:var(--font-family-title);font-size:var(--font-size-body-2);font-weight:var(--font-weight-regular);height:20px;justify-content:center;line-height:1.3;min-width:20px;padding:0 4px}.ws-menu-item--highlight .ws-menu-item__pill{background:color-mix(in srgb,var(--color-brand-txt-on-primary) 10%,#0000)}.ws-menu-item__right{flex-shrink:0;font-size:24px;line-height:1}
