 /* Style for the container and map */
 #map {
    height: 500px; 
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 20px auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Location Information Container */
.location-container {
    text-align: center;
    font-family: Arial, sans-serif;
    margin: 20px;
}

/* Location Title */
.location-title {
    font-family: "IBM Plex Sans", serif;
    font-weight: bold;
    font-size: 2rem;
}

/* 
   Divider 
   - Visual separator for better UI structure 
*/
.divider {
    width: 50px;
    height: 2px;
    background-color: #c5a880;
    margin: 10px auto;
}