<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#blocks-list.dd{
    display: table;
}

#blocks-list.dd .dd-list{
    display: table-row-group;
}
#blocks-list.dd .dd-list .dd-item{
    display: table-row;
}
#blocks-list.dd .dd-item, .dd-empty, .dd-placeholder{
    display: table-row;
}</pre></body></html>