.custom-locate-control {
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.4);
    cursor: pointer;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #0d3b66;
    font-size: 16px;
    transition: background 0.2s, transform 0.2s;
}

.custom-locate-control:hover {
    background-color: #f1f1f1;
    transform: scale(1.05);
}

#map {
    height: 500px;
    border-radius: 10px;
    position: relative;
}

.gm-style-cc {
    display: none !important;
}
