/* Wider content area for CLI output examples */
.content main {
    max-width: 960px;
}

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

table th, table td {
    padding: 8px 12px;
}

/* Ensure long CLI examples scroll horizontally */
pre code {
    white-space: pre;
}
