.custom-map-control-button {
   position: absolute;
    top: 10px;
    left: 127px;
    background: white;
    border: 1px solid #ccc;
    padding: 4px 12px !important;
    font-size: 14px;
    z-index: 999;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    user-select: none;
    margin-top: 4px !important;
}
