.nb-globe {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    user-select: none;
}

.nb-globe canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    cursor: grab;
    touch-action: none;
}

.nb-globe.is-dragging canvas {
    cursor: grabbing;
}

.nb-globe__error {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    opacity: 0.8;
}
