.angie-map-container-7cd53d7d {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.angie-map-image-7cd53d7d {
    width: 100%;
    height: auto;
    display: block;
}
.angie-map-svg-7cd53d7d {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.angie-map-region-7cd53d7d {
    transition: all 0.3s ease;
    cursor: pointer;
}
.angie-map-draw-toolbar-7cd53d7d {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    background: rgba(255,255,255,0.9);
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    width: calc(100% - 20px);
    max-width: 400px;
    font-family: sans-serif;
    font-size: 13px;
    cursor: move;
}
.angie-map-draw-output-7cd53d7d {
    width: 100%;
    height: 60px;
    margin-top: 5px;
    font-family: monospace;
    font-size: 12px;
    padding: 5px;
    box-sizing: border-box;
    cursor: text;
}
.angie-map-draw-clear-7cd53d7d {
    margin-left: 10px;
    padding: 2px 8px;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
}
