.phpdocumentor-content {
    position: relative;
    display: flex;
    gap: var(--spacing-md);
}

.phpdocumentor-content > section:first-of-type {
    width: 75%;
    flex: 1 1 auto;
}

@media (min-width: {{ breakpoints['xxxl'] }}) {
    .phpdocumentor-content > section:first-of-type {
        width: 100%;
        flex: 1 1 auto;
    }
}

.phpdocumentor .phpdocumentor-content__title {
    margin-top: 0;
}
