#canvas-popover {
    position: absolute;
    display: none;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    pointer-events: none;
    z-index: 1000;
    border-radius: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transform: translate(-50%, -160%);
    border: 1px solid #825803;
    color: rgba(175, 175, 175, 0.534);
    background: rgba(0, 0, 0, 0.781);
}