/* Wider content area for tables */
.content main {
    max-width: 1100px;
}

/* Better table styling */
table {
    width: 100%;
    border-collapse: collapse;
}

table th, table td {
    padding: 6px 10px;
    border: 1px solid var(--table-border-color);
}

/* Code blocks in tables */
table code {
    font-size: 0.85em;
    padding: 1px 4px;
}

/* DB-substituted values get a subtle highlight */
.db-value {
    font-weight: 600;
}
