/* Custom CSS for Listsome Documentation */

:root {
    --sidebar-width: 300px;
}

/* Improve readability */
.content {
    max-width: 850px;
}

/* Style for CLI command blocks */
pre code.language-bash {
    background-color: #2d2d2d;
}

/* Better table styling */
table {
    margin: 1em 0;
    width: 100%;
}

th {
    background-color: var(--table-header-bg);
    font-weight: bold;
}

/* Highlight feature checkmarks */
.content li {
    margin: 0.3em 0;
}
