button.svelte-qhiv0b{background-color:rgba(var(--bg-color),.75);border-radius:12px;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:1rem;outline:0 solid rgba(255,255,255,.9411764706);transition:outline-width .1s ease-out,background-color .1s ease-out;color:rgb(var(--color));width:50px;height:50px;display:flex;justify-content:center;align-items:center}button.svelte-qhiv0b:hover{background-color:rgba(var(--bg-color),.4)}button.svelte-qhiv0b:active{background-color:rgba(var(--bg-color),.6)}button.svelte-qhiv0b:focus-visible{outline-width:2px}button.svelte-qhiv0b svg{fill:currentColor;width:36px;height:36px}