/*#incuspaze-map-wrapper {*/
/*    max-width: 800px;*/
/*    margin: 30px auto;*/
/*    padding: 20px;*/
/*    border: 1px solid #ddd;*/
/*    background: #fafafa;*/
/*    border-radius: 8px;*/
/*    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);*/
/*}*/

/*#incuspaze-map-wrapper select {*/
/*    width: 100%;*/
/*    max-width: 300px;*/
/*    margin-bottom: 15px;*/
/*    padding: 10px;*/
/*    font-size: 16px;*/
/*    border-radius: 6px;*/
/*    border: 1px solid #ccc;*/
/*    background: #fff;*/
/*    appearance: none;*/
/*    -webkit-appearance: none;*/
/*    -moz-appearance: none;*/
/*}*/

#incuspaze-map-wrapper select:focus {
    border-color: #0073aa;
    outline: none;
}

#map {
    width: 100%;
    height: 500px;
    margin-top: 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

