html {
  font-family: 'Franklin Gothic Medium', Arial, sans-serif;
  font-size: 12pt;
  color: #222;
}

body {
  overflow-wrap: anywhere;
  max-width: calc(100vw - 3em);
  width: 90ch;
  margin: 0 auto;
}

img[width="650"] {
  max-width: 85vw;
  max-height: 33vw;
}

pre {
    padding: 1em;
    overflow-x: auto;
}

code {
    font-family: TinyPragmataPro, monospace;
}

pre code {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}


.toc {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 1em;
    margin-bottom: 2em;
}

.downloads {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 1em;
    margin-bottom: 2em;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2em;
}

th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f5f5f5;
}
.cli-flags td:first-child {
  white-space: nowrap;
}
.site-footer {
    background-color: #f8f9fa;
    padding: 2rem 0;
    margin-top: 3rem;
    border-top: 1px solid #eaecef;
    color: #6a737d;
    font-size: 0.9rem;
}

.site-footer .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
}

.site-footer p {
    margin: 0.5rem 0;
    line-height: 1.6;
}

.site-footer a {
    color: #0366d6;
    text-decoration: none;
    font-weight: 500;
}

.site-footer a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .site-footer {
        padding: 1.5rem 0;
    }
    
    .site-footer p {
        font-size: 0.85rem;
    }
}
