<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*.map-container {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: #ccc;
	touch-action: none;
}
#map {
    position: absolute;
    top: calc(50% - 282.4px);
    left: calc(50% - 476.25px);
    width: 952.5px;
    height: 564.83px;
    background-image: url();
    background-size: contain;
    background-repeat: no-repeat;
    transform-origin: center;
    background-position: center center;
    cursor: grab;
}
.roed-panda {
    position: absolute;
    top: 72%;
    left: 28%;
    width: 40px;
    height: 35px;
    background-color: transparent;
    background-image: url();
    background-size: contain;
    background-repeat: no-repeat;
    transform-origin: center;
    background-position: center center;
    border: none;
    cursor: pointer;
	outline: none;
    z-index: 10;
}
.controls {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    gap: 0;
    flex-direction: column;
}
.zoom-btn {
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    background-color: white;
}
*/</pre></body></html>