.pill{height:6px;width:70px;display:flex;background:var(--title);border-radius:3px;margin:auto;}.pill__item{display:block;overflow:hidden;transition:background .25s;flex:1 1 0;}.pill__item:first-child{border-top-left-radius:inherit;border-bottom-left-radius:inherit;}.pill__item:last-child{border-top-right-radius:inherit;border-bottom-right-radius:inherit;}.pill__item--active,.pill__item:hover{background:var(--background);}
