.toolbar{position:absolute;top:0.1%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:100;background:none;padding:5px;display:flex;gap:8px;flex-wrap:wrap}.toolbar button{width:40px;height:40px;border:none;background:#f0f0f0;display:flex;justify-content:center;align-items:center;border-radius:50%;transition:background-color 0.2s}.toolbar button:hover{background:#e0e0e0}.toolbar button svg{fill:black;width:24px;height:24px}.toolbar button.active{background:rgba(93,165,174,0.724);opacity:1}@media (max-width: 768px){.toolbar{top:1px;bottom:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);flex-direction:row;gap:6px}.toolbar button{width:36px;height:36px}.toolbar button svg{width:20px;height:20px}}
