.link-drawer{position:fixed;right:0;top:150px;width:60px;background-color:#fff;box-shadow:-2px 0 5px #00000080;transition:width .3s ease-in-out;z-index:1000;display:flex;flex-direction:column;justify-content:space-between;height:167px;border-radius:8px 8px 0}.link-drawer.collapsed{width:25px;border-radius:8px}.link-content{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;padding:10px 0}.link-content ul{list-style:none;width:100%;padding:0;margin:0;display:flex;flex-direction:column;align-items:center}.link-content li{display:flex;align-items:center;justify-content:center;width:100%;padding:5px 0}.link-drawer:not(.collapsed) .toggle-footer{border-radius:0 0 8px 8px;box-shadow:-2px 3px 5px #00000080}.link-drawer.collapsed .toggle-footer{border-radius:8px}.toggle-footer{display:flex;justify-content:center;align-items:center;padding:10px;width:100%;background-color:#fff;box-shadow:#00000080}.toggle-button{all:unset;cursor:pointer;display:flex;justify-content:center;align-items:center;width:100%;height:100%}.toggle-button:focus{outline:none}.toggle-button svg{fill:currentColor;color:#000;width:32px;height:32px;border-radius:8px}.link-drawer.collapsed .toggle-button svg{transform:translate(10px) translateY(50px);border-radius:8px}.link-drawer:not(.collapsed) .toggle-button svg{color:#000;width:32px;height:32px;border-radius:8px}.icon{width:22px;height:22px;vertical-align:middle}
