.lm-container {
    max-width: 900px;
    margin: 50px auto;
    padding: 20px 30px 40px;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #333;
    line-height: 1.7;
}

.lm-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #667eea;
}

.lm-header h1 {
    color: #333;
    margin-bottom: 8px;
}

.lm-header .subtitle {
    color: #666;
    font-size: 1.05em;
}

.lm-header .last-updated {
    color: #888;
    font-size: 0.9em;
    margin-top: 10px;
}

.lm-section {
    margin: 28px 0;
}

.lm-section h2 {
    color: #667eea;
    font-size: 1.35em;
    margin-bottom: 12px;
}

.lm-callout {
    background: #eef0ff;
    border-left: 4px solid #667eea;
    padding: 16px 20px;
    border-radius: 5px;
    margin: 20px 0;
}

table.lm-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    font-size: 0.95em;
}

table.lm-table th,
table.lm-table td {
    border: 1px solid #e0e0e6;
    padding: 10px 12px;
    text-align: left;
    vertical-align: top;
}

table.lm-table th {
    background: #f4f5fb;
    color: #444;
    font-weight: 600;
}

table.lm-table td.status-na {
    color: #8a8a94;
    white-space: nowrap;
}

table.lm-table td.status-yes {
    color: #2e7d32;
    font-weight: 600;
    white-space: nowrap;
}

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

.lm-container a {
    color: #4a5bd0;
}

.lm-footer {
    margin-top: 35px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e6;
    font-size: 0.9em;
    color: #777;
}

/* Keep navbar unaffected by page line-height */
.nav-bar, .nav-bar * {
    line-height: normal;
}
