.wb-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 0.75rem;
}

.wb-tool.is-active {
    border-color: rgba(97, 208, 148, 0.65);
    background: rgba(97, 208, 148, 0.12);
}

.wb-wrap {
    overflow: auto;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #1f2119;
}

.wb-canvas {
    display: block;
    width: 100%;
    max-width: 100%;
    touch-action: none;
    cursor: crosshair;
}
