.phpdocumentor-label-line {
    display: flex;
    flex-direction: row;
    gap: 1rem
}

.phpdocumentor-label {
    background: #f6f6f6;
    border-radius: .25rem;
    font-size: 80%;
    display: inline-block;
    overflow: hidden
}

/*
It would be better if the phpdocumentor-element class were to become a flex element with a gap, but for #3337 that
is too big a fix and needs to be done in a new design iteration.
*/
.phpdocumentor-signature + .phpdocumentor-label-line .phpdocumentor-label {
    margin-top: var(--spacing-sm);
}

.phpdocumentor-label span {
    display: inline-block;
    padding: .125rem .5rem;
}

.phpdocumentor-label--success span:last-of-type {
    background: #abe1ab;
}
