#mp-wrap { max-width: 900px; margin: 0 auto; font-size: 15px; }

.mp-step {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.mp-step-label {
    min-width: 140px;
    font-weight: bold;
    color: #2c6fad;
}

.mp-select {
    flex: 1;
    padding: 8px 10px;
    border: 1px solid #adb5bd;
    border-radius: 4px;
    font-size: 15px;
    background: #fff;
    max-width: 480px;
}

.mp-loading { color: #888; padding: 8px 0; font-size: 13px; }

#mp-results { margin-top: 20px; }

.mp-res-title {
    color: #2c6fad;
    margin: 0 0 10px 0;
    font-size: 16px;
    border-bottom: 2px solid #2c6fad;
    padding-bottom: 4px;
}

.mp-table-wrap { overflow-x: auto; }

.mp-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    white-space: nowrap;
}

.mp-table th {
    background: #2c6fad;
    color: #fff;
    padding: 8px 10px;
    text-align: left;
}

.mp-table td {
    padding: 7px 10px;
    border-bottom: 1px solid #dee2e6;
}

.mp-table tbody tr:nth-child(even) { background: #f0f5fb; }
.mp-table tbody tr:hover { background: #dce8f5; }

.mp-val { text-align: right; font-family: monospace; font-size: 14px; font-weight: bold; }
.mp-range { font-size: 11px; color: #888; font-weight: normal; }
.mp-note { color: #888; font-size: 12px; white-space: normal; max-width: 200px; }

.mp-table a { color: #2c6fad; }
