.nnn-deliverables-block {
    margin-block-end: 0 !important
}
.nnn-deliverables-block ul {
    font-size: var(--yn--style--font-size-14);
}
.nnn-deliverables-block ul li {
    counter-increment: item-primary;
}
.nnn-deliverables-block ul li::before {
    font-family: var(--wp--preset--font-family--space-mono);
    font-size: var(--yn--style--font-size-12);
}
.nnn-deliverables-block ul li::before {
    content: '├─ ';
    font-family: var(--wp--preset--font-family--space-mono);
    font-size: var(--yn--style--font-size-12);
    letter-spacing: -0.02em;
}
.nnn-deliverables-block ul li:last-child::before,
.nnn-deliverables-block ul li:only-child::before {
    content: '└─ ';
}