.map {
    height: 400px;
    width: 100%;
    background-color: #D2B48C;
}
.popover {
    width: 300px;
}

/* Custom popup styles */
.simple-popup {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    max-width: 250px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    z-index: 1000;
    font-size: 12px;
    font-family: Arial, sans-serif;
}

.popup-close-button {
    float: right;
    cursor: pointer;
    font-weight: bold;
    color: #999;
    margin-left: 10px;
    font-size: 16px;
    line-height: 1;
}

.popup-close-button:hover {
    color: #333;
}