.related-worksheet{box-sizing:border-box;background:#fff;border-radius:12px;display:flex;flex-direction:column;padding:0 4px;gap:4px;background:linear-gradient(90deg,rgba(49,193,255,.24),rgba(131,92,255,.24))}.related-worksheet:hover{box-shadow:0 4px 10px 0 rgba(33,33,33,.182)}.related-worksheet ._title{display:flex;border-radius:8px;padding:12px 4px;align-items:center;cursor:default;font-weight:700}.related-worksheet ._title ._title-icon{display:flex;padding:0 12px 0 8px;border-right:2px solid hsla(0,0%,7%,.32)}.related-worksheet ._title ._title-text{flex:1;padding:0 0 0 8px;font-size:14px;font-weight:700;line-height:16px;text-align:start}.related-worksheet .cluster-items{background:#fff;margin-bottom:4px;border-radius:0 0 8px 8px;height:calc(100% - 48px);overflow:auto;scrollbar-width:none;display:flex;flex-direction:column;justify-content:space-around}.related-worksheet .cluster-items ._item{padding:4px 4px 0}.related-worksheet .cluster-items ._item ._item-container{display:flex;justify-content:space-between;cursor:pointer;padding:6px 0;margin-bottom:4px;background:#fff}.related-worksheet .cluster-items ._item ._item-container ._item-text{text-align:left;padding:0 0 0 8px;color:#212121;text-transform:capitalize;font-size:14px;font-weight:600;line-height:19px}.related-worksheet .cluster-items ._item ._item-container ._item-arrow{display:flex;align-items:center;padding:0 6px 0 0}.related-worksheet .cluster-items ._item ._line{background-color:rgba(33,33,33,.08);height:1px;margin:0 8px}.related-worksheet .cluster-items ._item.last ._line{display:none}.related-worksheet .cluster-items ._item ._item-container:hover{border-radius:8px;background:#2121210f}