#home_map {
    width: 100%;
    height: 744px;
    max-width: 1110px;
    margin: 100px auto;
}

@media (max-width:991px) {
    #home_map {
        width: 80%;
        height: 350px;
        margin: 40px auto;
    }
}

.mapboxgl-popup-tip {
    display: none;
}

.cadastre-card {
    width: 100%;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.cadastre-card-header {
    background: #024D24; /* Forest green */
    color: #fff !important;
    padding: 10px 10px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #e0e0e0;
}

.cadastre-card-body {
    padding: 10px 10px 10px 10px;
}

.cadastre-item {
    display: flex;
    align-items: center;
}


.cadastre-label {
    font-size: 14px;
    font-weight: 600;
    color: #1A1A1A;
    margin-right: 8px;
}

.cadastre-value {
    font-size: 14px;
    color: #1A1A1A;
}

.cadastre-action {
    margin-top: 10px;
    text-align: center;
}

.cadastre-button {
    width: 100%;
    text-align: center;
    display: block;
    background: #024D24;
    color: white;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 4px;
    text-decoration: none !important;
    outline: none !important;
}

.cadastre-button:hover {
    background: #074925;
    text-decoration: none;
}

.cadastre-button:visited,
.cadastre-button:active,
.cadastre-button:focus {
    background: #024D24;
    color: white;
}

.mapboxgl-popup-content {
    padding: 0 !important;
    border-radius: 8px !important;
    overflow: hidden;
}

.mapboxgl-popup-close-button {
    color: white;
    font-size: 20px;
    padding: 5px 8px;
    right: 5px;
    top: 5px;
}