.demo-stage--georeference {
    box-sizing: border-box;
    display: block;
    padding: 0.5rem;
}

.georeference-demo,
.georeference-demo * {
    box-sizing: border-box;
}

.georeference-demo {
    width: 100%;
}

#georeference-demo-map {
    width: 100%;
    height: clamp(18rem, 50vw, 28rem);
    overflow: hidden;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    background: var(--bs-secondary-bg);
}

#georeference-demo-map .maplibregl-canvas {
    cursor: crosshair;
}

.georeference-demo-controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding-top: 1rem;
}

#joystick-container[aria-disabled="true"] {
    opacity: 0.55;
}

#joystick-container[aria-disabled="true"] #joystick-handle {
    cursor: not-allowed;
}

.georeference-demo-status {
    min-height: 1.25em;
    margin: 0;
    color: var(--bs-secondary-color);
    font-size: 0.875rem;
    line-height: 1.4;
    text-align: center;
}

.maplibregl-ctrl-attrib {
    color: #212529;
}
