.docs {
    color: #111827;
}
.docs p {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.docs code {
    color: #431407;
    font-family: "Source Code Pro", Consolas, "Ubuntu Mono", Menlo, "DejaVu Sans Mono", monospace, monospace !important;
    background: #fffbeb;
    padding: 0.2em 0.4em;
    border-radius: 4px;
    font-size: 0.875rem; /* 14px */
    line-height: 1.25rem; /* 20px */
    line-break: anywhere;
}

.docs pre {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    padding: 1rem 1.25rem;
    border-radius: 6px;
    background: #fbf1c7; /* match chroma gruvbox-light for unhighlighted blocks */
    overflow-x: auto;
}

.docs pre code {
    display: block;
    overflow-x: auto;
    background: transparent;
    padding: 0;
    line-break: normal;
    line-height: 1.6;
}

.docs h1 {
    font-size: 2rem;
}

.docs h2 {
    font-size: 1.5rem;
    margin-top: 2.5rem;
    margin-bottom: .75rem;
}

.docs h3 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-top: 1.75rem;
    margin-bottom: .5rem;
}

.docs ul {
    list-style: disc;
    padding-left: 20px;
}

.docs a {
    color: #b45309;
    font-weight: bold;
}

.docs table {
    width: 100%;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border-collapse: collapse;
    font-size: 0.9375rem;
    line-height: 1.5;
}

.docs th {
    text-align: left;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
    background: #f9fafb;
    border-bottom: 2px solid #d1d5db;
}

.docs td {
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid #e5e7eb;
    vertical-align: top;
}

pre {
    overflow: auto;
    white-space: pre-wrap;
}