Referenced blocks without the original formatting

Can u please make the referenced blocks have a normal text formatting (without having the original format). Ex : a block have a title heading format, when i reference it it keeps the title heading formatting. But i want it to have a normal text formatting.

This one is tricky. Try adding the following CSS rule in file custom.css :

.block-ref .inline {
  all: unset;
}