.nbm-wrapper {
    max-width: 1100px;
    margin: auto;
    font-family: Arial, sans-serif;
}

#nbm-map {
    height: 550px;
    border-radius: 16px;
    margin-bottom: 20px;
}

.nbm-form {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-items: end;
}

.nbm-field {
    display: flex;
    flex-direction: column;
}

.nbm-form label {
    margin-bottom: 5px;
    font-weight: bold;
}

.nbm-form input,
.nbm-form select {
    padding: 12px;
    min-width: 240px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

#analyze-zone {
    background: #cf2e2e;
    color: white;
    border: 0;
    padding: 14px 24px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.2s ease;
}

#analyze-zone:hover {
    background: black;
}

.nbm-card {
    background: #f7f7f7;
    padding: 25px;
    border-radius: 16px;
}

.nbm-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
    gap: 15px;
    margin: 20px 0;
}

.nbm-stat {
    background: white;
    padding: 15px;
    border-radius: 12px;
    text-align: center;
}

.nbm-stat span {
    display: block;
    margin-top: 10px;
    font-size: 22px;
    font-weight: bold;
}

.nbm-data-list li,
.nbm-recommendations li {
    margin-bottom: 8px;
}

.nbm-link-box {
    margin-top: 25px;
    background: white;
    padding: 18px;
    border-radius: 12px;
}

.nbm-link-box a {
    text-decoration: none;
    font-weight: bold;
}

.nbm-loading {
    padding: 20px;
    font-size: 18px;
}
