.md-grid {
    max-width: initial;
}

/* API Methods - h4 headers */
.md-typeset h4 {
    margin-top: 0.5em;
    margin-bottom: 0.2em;
    font-size: 0.9em;
    font-weight: 500;
    color: var(--md-typeset-color);
    border-bottom: none;
    padding-bottom: 0;
}

.md-typeset h4 code {
    background: none;
    padding: 0;
}

.md-typeset h4::before {
    content: "• ";
    color: var(--md-accent-fg-color);
}