.container-googlemap { 
    width: 100%; 
    margin: 0 auto; 
    background: white; 
    padding-bottom: var(--theme-padding); 
    border-radius: 8px; 
    box-shadow: 1 2px 4px rgba(0,0,0,0.1); 
}
#captureArea { height: 450px; width: 100%; border-radius: 4px; margin-bottom: 15px; }
.btn { 
    background-color: #007bff; 
    color: white; 
    border: none; 
    padding: 10px 20px; 
    font-size: 16px; 
    border-radius: 4px; 
    cursor: pointer; 
}
.btn:disabled { 
    background-color: #cccccc; 
    cursor: not-allowed; 
}