.floating-button{position:fixed;right:20px;z-index:9990;display:flex;width:46px;height:46px;padding:10px;border-radius:50%;align-items:center;justify-content:center;text-decoration:none;background-color:rgb(130 0 191 / .34);color:#fff;box-shadow:0 4px 8px rgb(0 0 0 / .2);opacity:0;transition:opacity 0.5s ease-in-out,transform 0.12s ease,background-color 0.3s ease,color 0.3s ease}@media (hover:hover) and (pointer:fine){.floating-button:hover{transform:translateY(-1px);background-color:#590183;color:#fff}}.floating-button.is-tap{background-color:#590183;color:#fff}.floating-button{-webkit-tap-highlight-color:#fff0}#totop-button{bottom:20px}#tosearch-button{bottom:90px}.floating-button svg{width:32px;height:32px;display:block;pointer-events:none;filter:drop-shadow(0 0 1px rgb(0 0 0 / .35))}#tosearch-button svg{width:34px;height:34px}#totop-button svg{width:34px;height:34px}