#pmn-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#pmn-map.pmn-map {
    width: 100%;
    height: 500px;
    min-height: 300px;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}

.pmn-controls {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.pmn-controls label[for="pmn-altitude"] {
    font-weight: 600;
}

#pmn-altitude {
    width: 140px;
    padding: 6px 8px;
}

.pmn-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-left: 10px;
}

.pmn-checkbox input {
    margin: 0;
}

.pmn-status {
    min-height: 1.5em;
    flex-basis: 100%;
    font-size: 0.9em;
}

.pmn-error {
    color: #b32d2e;
}
