html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    font-family: sans-serif;
}

#r24k-geojson-editor-container {
    position: relative;
    width: 100%;
    height: 100vh;
}

#r24k-map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#r24k-editor-controls {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    display: flex;
    gap: 10px;
}

.r24k-btn {
    background: #007bff;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.r24k-btn:hover {
    background: #0056b3;
}
