.list-container{border:1px solid #00000014;border-radius:24px;flex-direction:column;gap:8px;max-width:100%;height:fit-content;padding:1rem;display:flex}.list-item{animation:none;animation-delay:inherit}.text-line-wrapper{opacity:0;animation:.6s ease-out forwards slideAndReveal;animation-delay:inherit;cursor:pointer;border:1px solid #0000;border-radius:12px;padding:12px 16px;transition:background .2s,border-color .2s;transform:translate(-20px)}.list-item.selected .text-line-wrapper{background-color:#edf4fc;border-color:#b2cff1}.text{color:#656c78;font-size:14px;font-weight:400;line-height:24px;display:block}.selected-text{color:#0565d2;font-size:14px;font-weight:400;line-height:24px;display:block}@keyframes slideAndReveal{to{opacity:1;transform:translate(0)}}
