.Tablist_tablist__YLih_{display:flex;align-items:center;gap:4px;width:100%;height:50px;padding:5px;border:1px solid var(--border-color);border-radius:12px;background:var(--white-color)}.Tablist_tab__PuQN2{display:inline-flex;flex:1 1;align-items:center;justify-content:center;height:40px;padding:8px 10px;border:none;border-radius:8px;background:rgba(0,0,0,0);color:var(--gray-6);font-size:1rem;font-weight:600;line-height:1.5;text-align:center;cursor:pointer;transition:background .2s ease-out,color .2s ease-out,box-shadow .2s ease-out}.Tablist_tab__PuQN2:not(.Tablist_tab_active__k5tNE):hover{background:var(--black-alpha-5)}.Tablist_tab_active__k5tNE{background:var(--gray-6);color:var(--text-white-color);box-shadow:0 1px 1px rgba(33,39,43,.2)}