template-enhance {
    display: block;
}

template-enhance:has(template:is(:first-child:last-child)) {
    display: none;
}
