.code-snippets-documentation pre {
    display: block;
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 10px 20px;
    width: max-content;
    width: fit-content;
    color: #d958d9;
    margin-bottom: 40px;
    max-width: 100%;
}

.code-snippets-documentation pre {
    background-color: #f7f8fe;
    color: #090cbd;
}

.code-snippets-documentation .heading-splitter {
    background-color: #f5f5f5;
    padding: 10px 20px;
    margin-bottom: 40px;
    scroll-margin-top: 200px;
}