.mgm-container {
    position: relative;
    width: 100%;
    height: 600px;
}

#mgm-map-canvas {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

#mgm-search-box {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    width: 350px;
}

#mgm-input {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    font-size: 15px;
}