/* CSS styles for the wider popup */
.leaflet-popup-content-wrapper .leaflet-popup-content {
    width: 420px !important;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.leaflet-popup-content-wrapper .leaflet-popup-content h3 {
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.leaflet-popup-content-wrapper .leaflet-popup-content textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
}

.leaflet-popup-content-wrapper .leaflet-popup-content button {
    background-color: #d26f4b;
    color: #fff;
    padding: 8px 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.leaflet-popup-content-wrapper .leaflet-popup-content button:hover {
    background-color: #2f2d32;
}